Fix sphinx versions in test-requirements

Backporting sphinx versions from master

Change-Id: Ia0a36d9c342b3d7fb885cd485115b876c66da9b2
This commit is contained in:
Riccardo Pittau 2019-07-11 16:00:41 +02:00
parent 1d690e1d31
commit 60640f40f0
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ flake8-import-order==0.11 # LGPLv3
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
oslotest>=3.2.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT