From 9b5babfbcbc66c6d9298d3c8ddaf8ea42576aaf1 Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Wed, 4 Mar 2026 10:36:32 -0300 Subject: [PATCH] [Stable-only][CI] Pin setuptools in docs job Avoid installing setuptools greater or equal than 82.0.0 in docs env to avoid the "No module named 'pkg_resources'" error. Change-Id: I45240eeabd855a72ba5098839985b845a119c001 Signed-off-by: Douglas Viroel --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 26463037d..94dbc1908 100644 --- a/tox.ini +++ b/tox.ini @@ -68,6 +68,7 @@ commands = [testenv:docs] setenv = PYTHONHASHSEED=0 deps = + setuptools<82.0.0 -r{toxinidir}/doc/requirements.txt commands = rm -fr doc/build doc/source/api/ .autogenerated