Skip to content

Commit 9a2bd79

Browse files
Morgan Fainbergportante
authored andcommitted
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
1 parent ba5fe5f commit 9a2bd79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ nose
88
nosexcover
99
openstack.nose_plugin
1010
nosehtmloutput
11-
sphinx>=1.1.2
11+
sphinx>=1.1.2,<1.2
1212
mock>=0.8.0

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist = py26,py27,pep8
33

44
[testenv]
5+
install_command = pip install -U {opts} {packages}
56
setenv = VIRTUAL_ENV={envdir}
67
NOSE_WITH_OPENSTACK=1
78
NOSE_OPENSTACK_COLOR=1

0 commit comments

Comments
 (0)