summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a9a0c7f..634851e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,9 +1,10 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
-coverage>=3.6
-mock>=1.2
+coverage!=4.4,>=4.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
+mock>=1.2.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0
-sphinx>=1.1.2,<1.2
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
testrepository>=0.0.18
-reno>=1.8.0,!=2.3.1 # Apache-2.0
-openstackdocstheme>=1.16.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0