Commit ae874a5
committed
Fix Read the Docs build: pin setuptools<82 for pkg_resources
setuptools 82.0.0 removed pkg_resources; the doc build and avocado.core
use it. Pin setuptools>=45.0.0,<82 in requirements-doc.txt and in
setup.py install_requires so docs build and all users get a working
setuptools until avocado migrates off pkg_resources.
Reference:
Assisted-By: Cursor-Claude-4-Sonnet
Signed-off-by: Harvey Lynden <hlynden@redhat.com>1 parent cbea52d commit ae874a5
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
| 512 | + | |
| 513 | + | |
513 | 514 | | |
0 commit comments