From 7df49badb09520f2dff6f5a3ad8cb1699e28e81a Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 26 Nov 2019 10:50:38 +0000 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f60580697..37d6fd8ad 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ passenv = OS_* REQUIREMENTS_PIP_LOCATION install_command = pip install {opts} {packages} 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}/requirements.txt commands = stestr run --slowest {posargs}