Update sphinx version in test-requirement.txt

Update sphinx dependency to avoid gate failure.
Global requirement link [1]

[1] 23ff2adcec/global-requirements.txt (L455)

Change-Id: Ib6b4567948d27d597555ebb921e7d2e1a019c27e
This commit is contained in:
akhiljain23 2019-05-30 13:03:26 +05:30
parent 73cf293aec
commit 71ad20ab2f
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ mock>=2.0.0 # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0
# required to build documentation
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
#oslosphinx>=4.7.0 # Apache-2.0
# computes code coverage percentages
coverage!=4.4,>=4.0 # Apache-2.0