Remove pinned versions from test-requirements.txt

As we are using the upper constraints when running the release
notes task using tox, we do not need to set a specific version
and we can rely on whatever is configured in upper constraints.

Change-Id: I17d0626732db96ad49a3ddd051d0bf4a2d118e96
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
This commit is contained in:
ZhongShengping 2018-01-16 12:29:43 +08:00
parent 57002e64ad
commit 2a64347177
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# This is required for the docs build jobs
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
sphinx # BSD
openstackdocstheme # Apache-2.0
# This is required for the releasenotes build jobs
reno>=2.5.0 # Apache-2.0
reno # Apache-2.0