Remove discover from test-requirements

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

Change-Id: If52134b792f0c67eb5c68e4ee725f44f037bdbb4
This commit is contained in:
qinchunhua 2016-07-29 23:41:00 -04:00
parent 5cde0d562b
commit 6a015d938a

View File

@ -5,7 +5,6 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0
coverage>=3.6 # Apache-2.0
discover # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.0 # Apache-2.0
mock>=2.0 # BSD