Update TOX/UPPER_CONSTRAINTS_FILE for feature/nats-driver

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

Change-Id: I7bef96165091b2b1af1dd0735e70737d31144500
This commit is contained in:
OpenStack Release Bot 2019-11-26 10:50:38 +00:00
parent 559132b82e
commit 7df49badb0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/nats-driver}
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs} commands = stestr run --slowest {posargs}