From fe155ce1664725ba711ae1aea2623c95722a159b Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 1 Apr 2019 12:53:21 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/stein Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/stein branch, tests will continue to use the upper-constraints list on master. Change-Id: I67f0dfb9acca32d107a5a8c63627efb537a8d7c5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 66c141c8..18b7f39e 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ whitelist_externals = bash rm install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein} .[influxdb,cassandra,elasticsearch] -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt