From f44c2763dc84c39b191884541286b43a3ab88aeb Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 5 Mar 2024 19:24:59 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for unmaintained/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 unmaintained/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I54eabb2ad9871127b611efe39933feec4b96eca3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 61b3e86..725baf4 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ setenv = OS_STDOUT_CAPTURE=1 OS_TEST_PATH=./cinderlib/tests/unit usedevelop=True install_command = pip install {env:PIP_OPTIONS:} {opts} {packages} -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt