commit 55999e86371bdaaac827d9ae7150149dedc3b28d Author: OpenStack Release Bot Date: Thu Oct 1 10:33:09 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: If55ad2b38cdfe1a8aee7f617a8fb3e182ec4d426 diff --git a/tox.ini b/tox.ini index 484e703..d19a499 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True basepython = python3 setenv = VIRTUAL_ENV={envdir} deps = - -c{env:TOX_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 passenv = GENERATE_GRENADE_PLUGIN_LIST @@ -21,7 +21,7 @@ commands = [testenv:docs] whitelist_externals = bash deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/doc/requirements.txt setenv = TOP_DIR={toxinidir}