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: I2c190ebfb29f0027e36fef2dd0e12c56053d97e9
This commit is contained in:
OpenStack Release Bot 2023-09-14 01:23:25 +00:00
parent 56818a69d6
commit 89ec10a43c

View File

@ -17,7 +17,7 @@ setenv = VIRTUAL_ENV={envdir}
allowlist_externals = /bin/bash
rm
find
install_command = pip install -c{env:TOX_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/2023.2} {opts} {packages}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt