Remove discover from test requirements

The package is used to provide new unittest module features for python
installations older than 2.7. Since we don't support py26 target
anymore, the dependency is safe to kill.

Change-Id: Icb238d577d0dd30e091bdb65dcec5f695749dc7b
This commit is contained in:
Ihar Hrachyshka
2015-02-25 15:20:31 +01:00
parent 75c91fb0ee
commit 7ed8d99fe0

View File

@@ -5,7 +5,6 @@ hacking>=0.10.0,<0.11
cliff>=1.7.0 # Apache-2.0
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
python-subunit>=0.0.18