Update TOX_CONSTRAINTS_FILE for stable/2023.2

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

Change-Id: I62f3c82cf33f401d6361e0f49f61f2617178e97d
This commit is contained in:
OpenStack Release Bot 2023-09-15 14:08:42 +00:00
parent 4e05d63f10
commit 0279785e2f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ passenv = http_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install {opts} {packages}