summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMorgan Fainberg <m@metacloud.com>2013-12-10 14:06:45 -0800
committerPeter Portante <peter.portante@redhat.com>2013-12-10 17:31:21 -0500
commit9a2bd79073900f7e988c9671f3ce93201abd2dda (patch)
tree4df1d88c982b4820baddc9cd330ae6e460ad8da4 /test-requirements.txt
parentba5fe5f39e18fe8e1483a3b5851f044fe3358d0b (diff)
downloadswift-9a2bd79073900f7e988c9671f3ce93201abd2dda.tar.gz
Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2
Sync the global requirements to pin sphinx. This addresses an issue where Sphinx 1.2 is not building documents correctly and causing check/gate to fail. We also had to adjust the pip command used. Change-Id: I8894c0199db845e90e5086a7c0e6bb7c7a26b5a0
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 fdebbb6e4..9ff8d1c68 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,5 +8,5 @@ nose
nosexcover
openstack.nose_plugin
nosehtmloutput
-sphinx>=1.1.2
+sphinx>=1.1.2,<1.2
mock>=0.8.0