summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2016-12-14 22:40:50 +0100
committerDirk Mueller <dirk@dmllr.de>2017-01-03 19:28:44 +0100
commitf0703f7ce32028483d38ba1b7e3e4b8d44d527d0 (patch)
tree34b30cd83e418dbe9f454769b986b200755053b5
parent9fd7aa2cc7fe50f68bd9c86c3db7a8f7ae710c05 (diff)
downloadpbr-f0703f7ce32028483d38ba1b7e3e4b8d44d527d0.tar.gz
Remove discover from test-requirements
It's only needed for python < 2.7 which is not supported Change-Id: I5b43ff5b07a2e205c59f9758b13a450897baa129
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ffb811a..5965240 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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