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: I797885f7c011df9b8cb08212704877a2ba32374a
This commit is contained in:
Ruby Loo 2016-07-21 09:48:16 -04:00
parent 2a6549a20a
commit 16f4b8812d
1 changed files with 0 additions and 1 deletions

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
doc8 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.0 # Apache-2.0