Update TOX_CONSTRAINTS_FILE for stable/3.1

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

Change-Id: Ice034bb721981d029d2e131a9053e34695376e23
This commit is contained in:
OpenStack Release Bot 2020-06-08 19:10:51 +00:00
parent 7f54e5fdb7
commit dac81e4cf5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py36,pep8
[testenv]
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/3.1}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =