Skip to content

Commit c7b6924

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: Iccce2e0f766d5808f26dde90f0c6babdcb5147aa
1 parent 681bda0 commit c7b6924

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ passenv =
2323
*_PROXY
2424

2525
deps =
26-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
26+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
2727
-r{toxinidir}/requirements.txt
2828
-r{toxinidir}/test-requirements.txt
2929
commands = find . -type f -name "*.pyc" -delete
@@ -38,7 +38,7 @@ commands =
3838

3939
[testenv:pylint]
4040
deps =
41-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
41+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
4242
-r{toxinidir}/requirements.txt
4343
pylint==2.6.0
4444
commands = bash tools/lintstack.sh
@@ -59,7 +59,7 @@ commands =
5959

6060
[testenv:docs]
6161
deps =
62-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
62+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
6363
-r{toxinidir}/doc/requirements.txt
6464
commands = sphinx-build -W -b html doc/source doc/build/html
6565

@@ -76,7 +76,7 @@ allowlist_externals =
7676

7777
[testenv:releasenotes]
7878
deps =
79-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
79+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
8080
-r{toxinidir}/doc/requirements.txt
8181
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
8282

0 commit comments

Comments
 (0)