From 590b105e91401c89bef8df3797e0726e126ba974 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 14 Mar 2025 12:24:59 +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: I7fa28a2c9c25f6b0565ba7f30f93cd0f856e3619 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index cb0db4b0..2211746f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ setenv = VIRTUAL_ENV={envdir} usedevelop = True 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.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -33,7 +33,7 @@ commands = [testenv:docs] 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.1} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands =