Update TOX_CONSTRAINTS_FILE for stable/xena

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

Change-Id: If981359b125fc4fb0da6e3053af3c950d54399d3
This commit is contained in:
OpenStack Release Bot 2021-12-07 10:06:54 +00:00
parent 2ed7582922
commit 121ee4ebf9

View File

@ -33,7 +33,7 @@ setenv =
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
-r{toxinidir}/doc/requirements.txt
commands =
bash -c "rm -rf doc/build"