From 6d33ff2cad4a96ae6db67cf99018c20e18c37de5 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 17 Mar 2025 07:54:56 +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: I858a97174ab8f701bac58b116592fcd3b51b0b47 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b10162a27da..67a217a1615 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ passenv = # With constraints in the install_command tox will always honor our # constraints. install_command = - python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} + python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1} {opts} {packages} [testenv:functional] install_command = {[testenv:py3]install_command} @@ -148,7 +148,7 @@ commands = {posargs} # we intentionally put the constraints in the install_command, not the # deps ... see comment near the top of this file install_command = - python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} + python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1} {opts} {packages} allowlist_externals = rm deps = doc8