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
This commit is contained in:
OpenStack Release Bot 2024-04-26 16:53:12 +00:00
parent 300a268348
commit fca7f50109
1 changed files with 2 additions and 2 deletions

View File

@ -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