Remove discover from test-requirements

The discover module is only required for Python versions less than
2.7 which are not supported.

Change-Id: Iddfb631fbe4cf93c8bdef3b19f6991294ebdfe3f
This commit is contained in:
Eric Brown 2016-07-15 10:23:53 -07:00
parent 322b975feb
commit 8b80478622
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0
discover # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.10,>=0.9.2
mock>=2.0 # BSD