From fca7f50109b38dbb760ab9a8d5c4e3a501b188b6 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 26 Apr 2024 16:53:12 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for unmaintained/zed 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 unmaintained/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I4d6286a95ce24c6e25ab5c5138261e3a9a83ed25 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 580d4f4f..f1925557 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ whitelist_externals = bash rm install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed} .[influxdb,cassandra,elasticsearch] -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -103,7 +103,7 @@ def factory(register): paths = ./monasca_persister/hacking [testenv:releasenotes] -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed} -r{toxinidir}/doc/requirements.txt basepython = python3 description = Called from CI script to test and publish the Release Notes