From 52370443b386023da97b76e417904b6fa42c6744 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 17 Feb 2026 13:00:07 +0100 Subject: [PATCH] [Stable-Only] Pin setuptools for tox docs This was somehow missing from the cherry-pick of the original fix [0]. [0] https://review.opendev.org/c/openstack/devstack/+/976107 Signed-off-by: Dr. Jens Harbott Change-Id: Ia13a44428e3fb0ddf95836163a64443c04cfd906 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6ba7047315..b28197b558 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ commands = bash -c "find {toxinidir} \ deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/doc/requirements.txt + setuptools<81 allowlist_externals = bash setenv = TOP_DIR={toxinidir}