summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-05-28 18:53:29 +0800
committerzhulingjie <easyzlj@gmail.com>2019-06-10 14:36:39 +0000
commit52ac194f8581ee238d661bc09669d9bfcd62cf48 (patch)
tree8099c97126122dfdbd58f85d9850b1d5da6cf5ca
parentf8f6b14088637fd87de7cf385b840d6b5e5f9b22 (diff)
downloadoslotest-52ac194f8581ee238d661bc09669d9bfcd62cf48.tar.gz
Sync Sphinx requirement
Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. Change-Id: If1f4875fe792e19cde6c88bc31f6e229d056f900 Closes-Bug: #1830714
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 88bee06..6b64bc4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,7 +10,8 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
stestr>=2.0.0