Update TOX/UPPER_CONSTRAINTS_FILE for stable/rocky

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

Change-Id: I3b29c7671a3349ca8f7fba0918804888e4bf4c80
This commit is contained in:
OpenStack Release Bot 2020-03-19 21:48:48 +00:00
parent 984dd52643
commit ec8aec1d42
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = linters
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = 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:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/rocky} {opts} {packages}
#deps = #deps =
# -r{toxinidir}/test-requirements.txt # -r{toxinidir}/test-requirements.txt
commands = commands =