Remove discover from test-requirements

It's only needed for python < 2.7 which is not supported

Change-Id: I5b43ff5b07a2e205c59f9758b13a450897baa129
This commit is contained in:
Dirk Mueller 2016-12-14 22:40:50 +01:00
parent 9fd7aa2cc7
commit f0703f7ce3
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>=4.0 # Apache-2.0
discover # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.11,>=0.10.0
mock>=2.0 # BSD