Update requirements URLs in tox config

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so will switch to the correct
upper-constraints list automatically when the requirements repository branches.

Change-Id: Iba09985b9ce0b5f6a528ef89bbe8f69a1aa173d7
This commit is contained in:
likui 2020-10-29 19:53:26 +08:00
parent c08f27a074
commit 243b33113f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipdist = True
[testenv]
usedevelop = True
install_command = python3 -m pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -c{toxinidir}/constraints.txt {opts} {packages}
install_command = python3 -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{toxinidir}/constraints.txt {opts} {packages}
passenv = *
setenv =
ANSIBLE_ACTION_PLUGINS={toxinidir}/tripleo_ansible/roles.galaxy/config_template/action:{toxinidir}/tripleo_ansible/ansible_plugins/action