commit 49976897a9e3f191b5d637bb1d2675117a3077ac Author: OpenStack Release Bot Date: Tue Sep 8 22:20:53 2020 +0000 Update TOX_CONSTRAINTS_FILE for stable/victoria 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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: Ia494d9b3412c48bfa0c073db867c7008a657e9e0 diff --git a/tox.ini b/tox.ini index 9bb8f59..4b9bc71 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 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}/test-requirements.txt # TODO(hongbin): this is the way Ryu runs unit tests and we inherit # this approach as a start. In the future, we should migrate to stestr