From: OpenStack Release Bot Date: Tue, 28 Apr 2020 14:49:29 +0000 (+0000) Subject: Update TOX_CONSTRAINTS_FILE for stable/ussuri X-Git-Tag: 16.4.0~9 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=071910aeda21b9048c409f309d9d927ed2791776;p=puppet-modules%2Fpuppet-ceilometer.git Update TOX_CONSTRAINTS_FILE for stable/ussuri 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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: Ib6042d17640bf60d4a43c880f03103cca46d0d37 --- diff --git a/tox.ini b/tox.ini index 5099a0d..c8cffb0 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ ignore_basepython_conflict = True [testenv] basepython = python3 -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/ussuri} {opts} {packages} [testenv:releasenotes] deps = -r{toxinidir}/doc/requirements.txt