Skip to content

Commit 14f5d52

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: I1371b181b1042a25a43686566952cdc6a1c23bef
1 parent 0ed3ab9 commit 14f5d52

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
@@ -23,7 +23,7 @@ passenv = TRACE_FAILONLY
2323
TOX_ENV_SRC_MODULES
2424
usedevelop = True
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/2024.1}
2727
-r{toxinidir}/requirements.txt
2828
-r{toxinidir}/test-requirements.txt
2929
hacking>=6.1.0,<6.2.0 # Apache-2.0
@@ -151,7 +151,7 @@ commands = {posargs}
151151
# upper constraints will not be used for deps listed in requirements.txt
152152
# and may cause issues
153153
deps =
154-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
154+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
155155
-r{toxinidir}/doc/requirements.txt
156156
-r{toxinidir}/requirements.txt
157157
commands = sphinx-build -W -b html doc/source doc/build/html

0 commit comments

Comments
 (0)