Skip to content

Commit af6c3ef

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: I960268e430b733aa7f699956a8fd2273697a552f
1 parent 35abafe commit af6c3ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
1313
LC_ALL=en_US.UTF-8
1414
TESTS_DIR=./networking_generic_switch/tests/unit/
1515
deps =
16-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
16+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
1717
-r{toxinidir}/requirements.txt
1818
-r{toxinidir}/test-requirements.txt
1919
passenv =
@@ -47,7 +47,7 @@ commands =
4747
setenv = PYTHONHASHSEED=0
4848
sitepackages = False
4949
deps =
50-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
50+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
5151
-r{toxinidir}/requirements.txt
5252
-r{toxinidir}/doc/requirements.txt
5353
commands =
@@ -64,15 +64,15 @@ commands =
6464

6565
[testenv:releasenotes]
6666
deps =
67-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
67+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
6868
-r{toxinidir}/doc/requirements.txt
6969
commands =
7070
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
7171

7272
[testenv:venv]
7373
setenv = PYTHONHASHSEED=0
7474
deps =
75-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
75+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2025.1}
7676
-r{toxinidir}/test-requirements.txt
7777
-r{toxinidir}/doc/requirements.txt
7878
commands = {posargs}

0 commit comments

Comments
 (0)