summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b9734ef24..e6bbc407e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,7 +22,7 @@ lxml!=3.7.0,>=2.3 # BSD
mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0
# required to build documentation
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
os-api-ref>=1.0.0 # Apache-2.0
# test wsgi apps without starting an http server
WebTest>=2.0 # MIT