Update TOX_CONSTRAINTS_FILE for stable/yoga

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

Change-Id: I1b3bc813b52d2996e2a99bf4276a40781ae6a399
This commit is contained in:
2022-03-25 12:41:23 +00:00
parent 9bde94cd69
commit 461d09c78c

View File

@@ -35,7 +35,7 @@ commands = bash -c "find {toxinidir} \
[testenv:docs] [testenv:docs]
deps = deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
allowlist_externals = bash allowlist_externals = bash
setenv = setenv =