summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2943af4aae..9bc6ad1ef0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
-cliff>=1.7.0 # Apache-2.0
+cliff>=1.7.0,<1.9 # Apache-2.0
coverage>=3.6
discover
fixtures>=0.3.14
@@ -14,5 +14,5 @@ requests-mock>=0.4.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
oslosphinx>=2.2.0 # Apache-2.0
testrepository>=0.0.18
-testtools>=0.9.34
+testtools>=0.9.34,!=1.4.0
WebTest>=2.0