From f73cf9a0a94b2efe858bf8aff7fc112dfc62a72b Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 8 Feb 2024 15:01:28 +0000 Subject: [PATCH] reno: Update master for unmaintained/yoga Update the yoga release notes configuration to build from unmaintained/yoga. This also workaround the issue with Zed not being able to find out where it's changes started by defining proper regexp for `closed_branch_tag_re` Presumably, default for reno should be adjusted to avoid this config override, ie with [1] [1] https://review.opendev.org/c/openstack/reno/+/910547 Change-Id: I9ff589583e7e53941c81c52e7ca5dae77c5de1d9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d10720bbf0..f0cce38ca9 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ ignore_basepython_conflict = True usedevelop = True basepython = python3 install_command = - pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2} {opts} {packages} + pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} deps = -r{toxinidir}/global-requirement-pins.txt -r{toxinidir}/test-requirements.txt