]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Remove pinned versions from test-requirements.txt
authorZhongShengping <chdzsp@163.com>
Tue, 16 Jan 2018 02:11:48 +0000 (10:11 +0800)
committerZhongShengping <chdzsp@163.com>
Tue, 16 Jan 2018 03:59:31 +0000 (11:59 +0800)
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: I17528d35e1defcf4f005db477acbb53fcdbccd77
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
test-requirements.txt

index 8db5c0dd837de287b10441516ea516cb5a3544af..aa9dd6b2b24596f3f186cfb9cc3fe365569750f2 100644 (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