]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update TOX_CONSTRAINTS_FILE for stable/victoria
authorOpenStack Release Bot <infra-root@openstack.org>
Thu, 8 Oct 2020 14:37:31 +0000 (14:37 +0000)
committerOpenStack Release Bot <infra-root@openstack.org>
Thu, 8 Oct 2020 14:37:31 +0000 (14:37 +0000)
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: Iceca6317415fd9a356a40fc727a3cdb3ee4b82d3

tox.ini

diff --git a/tox.ini b/tox.ini
index 5099a0d39fe37ac49cd42dd53b06721bc2a7ccdd..78f6b1122adf8d44d21ce00947055a9035199367 100644 (file)
--- 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/victoria} {opts} {packages}
 
 [testenv:releasenotes]
 deps = -r{toxinidir}/doc/requirements.txt