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: Id23736df6d616f2ab71e5b27fd49f5a8bf2a283b
This commit is contained in:
OpenStack Release Bot 2021-12-07 10:07:29 +00:00
parent c0696954ef
commit d65aa506d0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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"