summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-17 03:49:09 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-17 03:49:09 +0000
commitf1727592852c7d50b5d053db239081faf8a86949 (patch)
tree50ce90c5e838230a9ff3472f15c04c7cc61fc96f /test-requirements.txt
parentab2928f2cd11a35c06da939575c19872a0bbbecd (diff)
downloadkeystone-f1727592852c7d50b5d053db239081faf8a86949.tar.gz
Updated from global requirements
Change-Id: I537f5ba3bdef64abfee3857d1d7c9a559960a119
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