Update test-requirements.txt

This patch brings it in line with the latest global requirements.
By being in line with global requirements, this is a more accurate
list with respect to how things are actually tested in the gate.
The following links[0][1][2] show the latest reno, oslosphinx, sphinx
packages.

[0]https://github.com/openstack/requirements/blob/master/global-requirements.txt#L263
[1]https://github.com/openstack/requirements/blob/master/global-requirements.txt#L372
[2]https://github.com/openstack/requirements/blob/master/global-requirements.txt#L395

Change-Id: I67dd373f45b301a6ff08db0f09fe058e8cdb8e78
This commit is contained in:
ZhongShengping 2017-03-23 14:50:03 +08:00
parent 2b462e585f
commit 19e7f08d8d
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
# This is required for the docs build jobs
sphinx>=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>=0.1.1,!=2.0.0 # Apache-2.0
reno>=1.8.0,!=2.0.0 # Apache-2.0