Update test-requirements.txt to latest

The 1.6.1 release of sphinx has introduced a couple of backwards
incompatibilities that break our doc and release notes builds. Block it
until we can work around the issue.

Change-Id: Ief714bba21edfd72609056659be517227dbb52f5
This commit is contained in:
ChangBo Guo(gcb) 2017-05-24 19:04:36 +08:00
parent d676034d1c
commit 9fd9e035f0
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
hacking>=0.12.0,<0.13 # Apache-2.0
coverage>=4.0 # Apache-2.0
coverage>=4.0,!=4.4 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx>=1.5.1 # BSD
sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD