Skip to content

Commit 74cd690

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: I3746d6e9f40351cd768eebc271cb14c543dfa2dc
1 parent 6f50361 commit 74cd690

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
@@ -8,7 +8,7 @@ basepython = python3
88
usedevelop = True
99
allowlist_externals = find
1010
rm
11-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
11+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
1212
-r{toxinidir}/requirements.txt
1313
-r{toxinidir}/test-requirements.txt
1414
passenv = http_proxy,HTTP_PROXY,https_proxy,HTTPS_PROXY,no_proxy,NO_PROXY
@@ -66,14 +66,14 @@ commands = bandit -r docker kolla tests tools
6666

6767
[testenv:venv]
6868
deps =
69-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
69+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
7070
-r{toxinidir}/test-requirements.txt
7171
-r{toxinidir}/doc/requirements.txt
7272
commands = {posargs}
7373

7474
[testenv:docs]
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.1}
7777
-r{toxinidir}/doc/requirements.txt
7878

7979
commands =

0 commit comments

Comments
 (0)