Remove duplicate requirements

retry is in test-requirements.txt and requirements.txt

This change removes it from test-requirements.txt

Change-Id: I5236a759bdefe2b47e6d2ea84472f5cbceb45c9a
This commit is contained in:
Mehdi Abaakouk 2016-02-19 08:22:37 +01:00
parent 03888224a4
commit ccae7df4a5
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ oslotest>=1.10.0 # Apache-2.0
# for test_matchmaker_redis
redis>=2.10.0 # MIT
retrying!=1.3.0,>=1.2.3 # Apache-2.0
# for test_impl_zmq
pyzmq>=14.3.1 # LGPL+BSD