Skip to content

Commit cdf1214

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: Ie2700c926469e5a2fd73d067a6f3b136ce169700
1 parent 55f7931 commit cdf1214

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
@@ -7,7 +7,7 @@ ignore_basepython_conflict = True
77
[testenv]
88
basepython = python3
99
usedevelop = True
10-
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
10+
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} -U {opts} {packages}
1111
setenv =
1212
VIRTUAL_ENV={envdir}
1313
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)