Skip to content

Commit e66036b

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: Ibf83f598785eb72c3db7eccc90f57ec36b8e2681 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 ef8e0b3 commit e66036b

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
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
1212
PYTHONWARNINGS=default::DeprecationWarning
1313
usedevelop = True
1414

15-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
15+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
1616
-r{toxinidir}/requirements.txt
1717
-r{toxinidir}/test-requirements.txt
1818

@@ -52,7 +52,7 @@ commands =
5252
commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/cloudkitty.conf
5353

5454
[testenv:docs]
55-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
55+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.2}
5656
-r{toxinidir}/requirements.txt
5757
-r{toxinidir}/doc/requirements.txt
5858
commands = sphinx-build -W --keep-going -b html doc/source doc/build/html

0 commit comments

Comments
 (0)