Skip to content

Commit c4740ae

Browse files
Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: Id8b5a762ec1086adfd02be86e376c24a925d144c
1 parent a543a91 commit c4740ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ setenv = VIRTUAL_ENV={envdir}
1111
TESTS_DIR=./ironicclient/tests/unit
1212
usedevelop = True
1313
deps =
14-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
14+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
1515
-r{toxinidir}/requirements.txt
1616
-r{toxinidir}/test-requirements.txt
1717
commands =
1818
stestr run {posargs}
1919

2020
[testenv:releasenotes]
2121
deps =
22-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
22+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
2323
-r{toxinidir}/doc/requirements.txt
2424
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
2525

@@ -30,7 +30,7 @@ deps =
3030
flake8-import-order>=0.17.1 # LGPLv3
3131
pycodestyle>=2.0.0,<3.0.0 # MIT
3232
Pygments>=2.2.0 # BSD
33-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
33+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
3434
commands =
3535
flake8 {posargs}
3636
doc8 doc/source CONTRIBUTING.rst README.rst
@@ -47,7 +47,7 @@ commands =
4747

4848
[testenv:venv]
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/2024.2}
5151
-r{toxinidir}/test-requirements.txt
5252
-r{toxinidir}/requirements.txt
5353
-r{toxinidir}/doc/requirements.txt
@@ -61,7 +61,7 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
6161

6262
[testenv:docs]
6363
deps =
64-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
64+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2}
6565
-r{toxinidir}/doc/requirements.txt
6666
commands =
6767
sphinx-build -W -b html doc/source doc/build/html

0 commit comments

Comments
 (0)