Skip to content

Commit 90ad987

Browse files
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: Ifeebc9bea14abf25776e53da4828d86bf41db962 Signed-off-by: OpenStack Release Bot <[email protected]> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
1 parent 27e8b24 commit 90ad987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ passenv =
1919
no_proxy
2020
NO_PROXY
2121
deps =
22-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
22+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
2323
-r{toxinidir}/requirements.txt
2424
-r{toxinidir}/test-requirements.txt
2525
commands =
@@ -56,7 +56,7 @@ commands = {posargs}
5656

5757
[testenv:docs]
5858
deps =
59-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
59+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
6060
-r{toxinidir}/doc/requirements.txt
6161
commands =
6262
rm -rf doc/html doc/build
@@ -73,7 +73,7 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
7373

7474
[testenv:releasenotes]
7575
deps =
76-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
76+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
7777
-r{toxinidir}/doc/requirements.txt
7878
commands =
7979
rm -rf releasenotes/build

0 commit comments

Comments
 (0)