Update TOX_CONSTRAINTS_FILE for stable/yoga

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/yoga branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I363319460346fa08f3281aa3849d12600cb47924
This commit is contained in:
OpenStack Release Bot 2022-03-10 08:21:28 +00:00
parent a5314f8d3a
commit 71200f6baf

View File

@ -14,7 +14,7 @@ whitelist_externals =
bash
rm
env
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US