summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-04 05:08:22 +0000
committerGerrit Code Review <review@openstack.org>2017-01-04 05:08:22 +0000
commit40cb00f8a8816c00e8939421308391424f6135da (patch)
treec824a17b7ad68ecdb617455922b6a845803ddb32
parent4c8bd90846bf4864f98c526659de5a7311ae192a (diff)
parentf0703f7ce32028483d38ba1b7e3e4b8d44d527d0 (diff)
downloadpbr-40cb00f8a8816c00e8939421308391424f6135da.tar.gz
Merge "Remove discover from test-requirements"
-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