Update TOX_CONSTRAINTS_FILE for bugfix/6.3

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

Change-Id: I62ca56b861506f2a23b4b9621d8711bf01346d4e
This commit is contained in:
2020-08-18 20:42:57 +00:00
committed by Dmitry Tantsur
parent cd73b1a4aa
commit 34f409ba2f

View File

@@ -14,7 +14,7 @@ setenv =
LANGUAGE=en_US
LC_ALL=en_US.utf-8
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}