commit 4a3a5f37197af92e6c9f8e927e0067c3becba6a9 Author: OpenStack Release Bot Date: Tue Oct 6 16:05:13 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: I07d340f5011c7492d7eb1050ec5eda60288014f5 diff --git a/tox.ini b/tox.ini index 2b82ccf..afa8f1a 100644 --- a/tox.ini +++ b/tox.ini @@ -75,7 +75,7 @@ commands = bindep test usedevelop = False [testenv:docs] -deps = -c{env:UPPER_CONSTRAINTS_FILE:{toxinidir}/upper-constraints.txt} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -b html doc/source doc/build/html