Update TOX_CONSTRAINTS_FILE for stable/2025.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 stable/2025.2 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I1a0dce6f3994e2b998c2846b7b7b0257fde87edf
Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
This commit is contained in:
2025-09-05 12:26:40 +00:00
parent af4f13f403
commit 9b186ac8b8

View File

@@ -6,7 +6,7 @@ envlist = cover,docs,pep8,py3,pylint,update-states
# We need to install a bit more than just `test' because those drivers have
# custom tests that we always run
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =