Skip to content

Commit 8b3ce77

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: I4d07db9030868f4a0a56dbb7cbdd9e3b298867e5 Signed-off-by: OpenStack Release Bot <infra-root@openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
1 parent ea1a2df commit 8b3ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ setenv = OS_STDOUT_NOCAPTURE=False
1010
OS_STDERR_NOCAPTURE=False
1111

1212
deps =
13-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
13+
-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 = find . -type f -name "*.pyc" -delete

0 commit comments

Comments
 (0)