Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd4565c

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: I49ad9a10ffee583895850ab2c6ec66fb7c6e55d8 Signed-off-by: OpenStack Release Bot <[email protected]> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
1 parent a31c4e9 commit bd4565c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ setenv =
1010
LANG=en_US.utf-8
1111
VIRTUAL_ENV={envdir}
1212

13-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
13+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
1414
-r{toxinidir}/requirements.txt
1515
-r{toxinidir}/test-requirements.txt
1616
commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \
@@ -60,7 +60,7 @@ commands =
6060

6161
[testenv:docs]
6262
usedevelop = False
63-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
63+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
6464
-r{toxinidir}/doc/requirements.txt
6565
commands=
6666
sphinx-build -W -b html doc/source doc/build/html -W

0 commit comments

Comments
 (0)