From eb82bb034a6ef46a5fd81c53d5023cca0fcb77ed Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 12 Mar 2026 10:22:08 +0000 Subject: [PATCH] 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 Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index cb78d43a..cd0d67f7 100644 --- a/tox.ini +++ b/tox.ini @@ -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