From 437e04dd9256d8622838098f84c5c9c6e3a5a8cf Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 14 Apr 2020 10:17:34 +0000 Subject: [PATCH] Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri 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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I11128848e17b13f1bb83651dc659c6d41632df95 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1452cb21..baace1f4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = BRANCH_NAME=master CLIENT_NAME=oslo.service deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} -r{toxinidir}/doc/requirements.txt -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt @@ -54,7 +54,7 @@ commands = oslo_debug_helper -t oslo_service/tests {posargs} [testenv:bandit] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = bandit -r oslo_service -n5 -x tests {posargs}