Skip to content

Commit 1394111

Browse files
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: I2757d2ed23e572b4bb8e25622bd0dbaf46fa0f2b
1 parent 211e119 commit 1394111

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
@@ -14,7 +14,7 @@ setenv =
1414
PYTHONWARNINGS=default::DeprecationWarning
1515
OS_STDOUT_CAPTURE=1
1616
OS_STDERR_CAPTURE=1
17-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
17+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
1818
-r{toxinidir}/requirements.txt
1919
-r{toxinidir}/test-requirements.txt
2020
passenv = TEMPEST_*,OS_TEST_*
@@ -77,7 +77,7 @@ commands = {toxinidir}/tools/cover.sh {posargs}
7777

7878
[testenv:docs]
7979
deps =
80-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
80+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
8181
-r{toxinidir}/doc/requirements.txt
8282
commands =
8383
rm -rf doc/build/html doc/build/doctrees

0 commit comments

Comments
 (0)