Remove discover from test-requirements

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

Change-Id: If93c6ef7bb615032387a03d30bfe0ef9d12a743a
This commit is contained in:
Eric Brown 2016-07-14 15:30:43 -07:00
parent 34d28a0756
commit e2dd7e8830
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