From 003a6556fd03f9a0c8e34af689ad7806042a587a Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 27 Oct 2025 16:59:51 +0000 Subject: [PATCH] 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: I9c08e62c3ac18f689022c7e91d53404d7a45e105 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7070f7d71..128e56255 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,6 @@ minversion = 3.1 envlist = releasenotes [testenv:releasenotes] -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/2025.2} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html