From 4760c4ce38d5aa6d73518cbba4bc4cb082600f06 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Wed, 8 Jul 2020 18:51:17 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for bugfix/6.2 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 victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I2f00e95b5ff2616941ee50f575e10eddb680ecce --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ea953482c..fc5bce5c7 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = LANGUAGE=en_US LC_ALL=en_US.utf-8 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs}