diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-09 10:56:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-09 10:56:18 +0000 |
commit | d2f525cf7f30c182a035d91a1c2a9f06590b0d2b (patch) | |
tree | e584ff9488263d72214ee5cfcfeb17bb21f4f643 | |
parent | 734f56757200613ad704b1da094b7c71b035e2ee (diff) | |
parent | 15cd9b094b4debf28a313f168bf5548f4bfe685f (diff) |
Merge "Update global requirements"
-rw-r--r-- | test-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 1ea50a8..152ebef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # This is required for the docs build jobs -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 # This is required for the releasenotes build jobs # FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 -reno>=1.8.0,!=2.0.0 # Apache-2.0 +reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0 |