Skip to content

Commit 3361332

Browse files
priteauAlex-Welsh
authored andcommitted
[2025.1] Pin setuptools in tox docs job
setuptools 82.0.0 removed pkg_resources, breaking stable/2025.1 jobs. Use a temporary stable-only pin to setuptools==81.0.0. Detail reasoning in [1]. [1] https://review.opendev.org/c/openstack/requirements/+/976227 Change-Id: If9a1842173e69145914f5d1ca6a4485e8910c258 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
1 parent 77c7707 commit 3361332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ reno>=3.1.0 # Apache-2.0
77
sphinx>=2.0.0,!=2.1.0 # BSD
88
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
99
whereto>=0.3.0 # Apache-2.0
10+
# NOTE(priteau): pin setuptools
11+
# https://setuptools.pypa.io/en/stable/history.html#v82-0-0
12+
setuptools==81.0.0

0 commit comments

Comments
 (0)