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

Change-Id: Idc300f91e06018829ea0cf95f5e0206742c89ec6
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:
2026-03-12 10:22:08 +00:00
parent e7548897fe
commit eb82bb034a

View File

@@ -7,7 +7,7 @@ usedevelop = true
allowlist_externals =
rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv =
@@ -37,7 +37,7 @@ commands =
pre-commit run --all-files --show-diff-on-failure
[testenv:docs]
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build