Remove discover from test-requirements

'discover' is test discovery for unittest and is only needed for
< python 2.7 (it was introduced in py 2.7), so it is no longer
needed.

Change-Id: I14dc79fe929854af6d51152815bc22e66d2273dc
This commit is contained in:
Ruby Loo 2016-07-21 11:27:30 -04:00
parent ad60806f93
commit 95c586a3c5

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
coverage>=3.6 # Apache-2.0
discover # BSD
mock>=2.0 # BSD
testtools>=1.4.0 # MIT
python-subunit>=0.0.18 # Apache-2.0/BSD