Skip to content

Commit 47b6850

Browse files
openstackadminElod Illes
authored andcommitted
[stable-only] 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: Idb2995a178f60650fef66d7a2c6e9943fbd81da7
1 parent d081938 commit 47b6850

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
@@ -10,7 +10,7 @@ allowlist_externals =
1010
rm
1111
env
1212
make
13-
install_command = python -I -m pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
13+
install_command = python -I -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} {opts} {packages}
1414
setenv =
1515
VIRTUAL_ENV={envdir}
1616
LANGUAGE=en_US
@@ -194,7 +194,7 @@ description =
194194
# Note that we don't use {[testenv]deps} for deps here because we don't want
195195
# to install (test-)requirements.txt for docs.
196196
deps =
197-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
197+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
198198
-r{toxinidir}/requirements.txt
199199
-r{toxinidir}/doc/requirements.txt
200200
extras =

0 commit comments

Comments
 (0)