Update TOX_CONSTRAINTS_FILE for stable/ocata

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

Change-Id: I79d48893acc8c4106cb0a33ce366b9adbb76142b
This commit is contained in:
OpenStack Release Bot 2022-01-20 16:27:21 +00:00
parent 5781a49fb1
commit 9922df62e4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ocata} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
commands =