Update requirements URLs in tox config

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org

Change-Id: If5ce1830aab844fa34ec375e474fa1651693cad9
This commit is contained in:
likui 2020-10-29 20:00:52 +08:00 committed by Matthias Runge
parent 54d0a7c2d3
commit 55c7f31274
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
CEILOMETER_TEST_BACKEND={env:CEILOMETER_TEST_BACKEND:none}