From 0b2987824a2a5ea5dda62d2f7f94432c47a00a26 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 25 Mar 2025 16:46:49 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I22aecd09b1337e39e43837121882bd50f2a4bbca --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 23069cc8d..e7671866d 100644 --- a/tox.ini +++ b/tox.ini @@ -102,7 +102,7 @@ usedevelop = False [testenv:docs] allowlist_externals = sphinx-build -deps = -c{env:TOX_CONSTRAINTS_FILE:{toxinidir}/upper-constraints.txt} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -b html doc/source doc/build/html