Skip to content

Commit 708ca14

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: Iab2d67d774bd4fb88084db969c31f95d9789e5df
1 parent 8368393 commit 708ca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ setenv =
1818
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
1919
SQLALCHEMY_WARN_20=1
2020
usedevelop = True
21-
install_command = python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
21+
install_command = python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} {opts} {packages}
2222
deps = -r{toxinidir}/test-requirements.txt
2323
-r{toxinidir}/requirements.txt
2424
commands =

0 commit comments

Comments
 (0)