commit 5bad74bef7447a982fe102882237431a2e766ce7 Author: OpenStack Release Bot Date: Fri Sep 11 15:21:56 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: I0cdfb0294ed388e02df7a013a03048a76c3b1bef diff --git a/tox.ini b/tox.ini index e1d5d72..d4ca977 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ whitelist_externals = setenv = PYTHONDONTWRITEBYTECODE=1 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 commands = stestr run {posargs} @@ -78,7 +78,7 @@ description = Build main documentation. deps = -r{toxinidir}/doc/requirements.txt - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} commands = rm -rf doc/build sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html