Update TOX/UPPER_CONSTRAINTS_FILE for stable/train

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

Change-Id: I7d4c7f5395419fc073486563bf82c8917be1484d
This commit is contained in:
OpenStack Release Bot 2019-09-26 09:30:21 +00:00
parent 84dc2cf02f
commit 6c524a7527
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py37,py36,py27,pep8,genpolicy
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train} -U {opts} {packages}
whitelist_externals = find
rm
setenv =