Remove discover and lockfile from test-requirements

Discover is only needed for python < 2.7 which is no longer supported.
The code using lockfile was removed when we switched to oslo.db.

Change-Id: Ib9a59fa280877a4bbe9d5106da49e0d02cab916f
This commit is contained in:
Pierre Riteau 2017-03-21 06:29:13 -05:00
parent 0c911cd7e0
commit cf9dba5c6d
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
nose # LGPL
mock>=2.0 # BSD
mox>=0.5.3 # Apache-2.0
lockfile>=0.8
discover # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD