Skip to content

Commit 956a5b1

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
1212
PYTHONWARNINGS=default::DeprecationWarning
1313
usedevelop = True
1414

15-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
15+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
1616
-r{toxinidir}/requirements.txt
1717
-r{toxinidir}/test-requirements.txt
1818

@@ -52,7 +52,7 @@ commands =
5252
commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/cloudkitty.conf
5353

5454
[testenv:docs]
55-
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
55+
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
5656
-r{toxinidir}/requirements.txt
5757
-r{toxinidir}/doc/requirements.txt
5858
commands = sphinx-build -W --keep-going -b html doc/source doc/build/html

0 commit comments

Comments
 (0)