Update TOX_CONSTRAINTS_FILE for unmaintained/2023.1

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/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I4a8b1cb68a76cc1304ad5352273ec5fc53ddef90
This commit is contained in:
OpenStack Release Bot 2024-12-05 12:46:37 +00:00
parent e53da001e9
commit 4acdaee632

View File

@ -18,7 +18,7 @@ passenv =
no_proxy
NO_PROXY
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =