Skip to content

Commit 073641f

Browse files
Update TOX_CONSTRAINTS_FILE for stable/2023.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/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: Iea021f6064e6fd1c914a5ecc4bec637bac29af19
1 parent aabbc2e commit 073641f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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/2023.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/2023.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)