From: ZhongShengping Date: Tue, 16 Jan 2018 02:11:48 +0000 (+0800) Subject: Remove pinned versions from test-requirements.txt X-Git-Tag: 12.3.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a9474aa5afa53acfa7048d4d0f1c04c3ed401828;p=puppet-modules%2Fpuppet-ceilometer.git 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: I17528d35e1defcf4f005db477acbb53fcdbccd77 Co-Authored-By: Mohammed Naser --- diff --git a/test-requirements.txt b/test-requirements.txt index 8db5c0d..aa9dd6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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