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: Ia69a02b539230e65e25da65d5d76a9f650490256
This commit is contained in:
likui 2020-10-29 19:48:10 +08:00
parent ab4ec34ed9
commit f05d554e34
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ commands =
stestr run {posargs}
stestr slowest
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt