commit 8be2a8d3ab0bb7852b72c6505882eb6464145656 Author: OpenStack Release Bot Date: Mon Sep 28 15:48:40 2020 +0000 Update TOX_CONSTRAINTS_FILE for stable/victoria 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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: Iae593fec6e27afda9dd87a9c05b6e26850a94b40 diff --git a/tox.ini b/tox.ini index 8e5dd27..ea3343f 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = passenv = *_proxy *_PROXY deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt whitelist_externals = bash