commit c9a656d89a27f1a4d13bc0925861439fa44d0367 Author: OpenStack Release Bot Date: Tue Sep 22 14:12:14 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: I74ceae7a86eba2e4b6f7225ce9cd14c610d19715 diff --git a/tox.ini b/tox.ini index 8432412..2d5b8cb 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = rm -f .testrepository/times.dbm stestr run --slowest {posargs} [testenv:common-constraints] -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} +install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} {opts} {packages} [testenv:genpolicy] sitepackages = False