From 2865cc7e6bac2e745c3db47b81e2aa515cd484a8 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 16 Jan 2018 12:29:45 +0800 Subject: [PATCH] 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: I60e9d31737e8134ba52162c977f74c66601d7f14 Co-Authored-By: Mohammed Naser --- test-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8db5c0dd8..aa9dd6b2b 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