Update TOX_CONSTRAINTS_FILE for unmaintained/wallaby

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

Change-Id: I477b005f3486e40d14a65b1d47fb55be48912cfc
This commit is contained in:
OpenStack Release Bot 2024-03-05 20:13:19 +00:00
parent 53b191103e
commit 007d9219f1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ commands =
[testenv:docs]
setenv = PYTHONHASHSEED=0
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build doc/source/api/ .autogenerated