Commit ba4239b
fix(ci): pin setuptools<81 so pylama can import pkg_resources
setuptools 81 removed pkg_resources; latest (83) breaks pylama 8.4.1's
'from pkg_resources import iter_entry_points'. Pin <81 at install time and
re-assert right before lint (the access_modules --ignore-installed step can
pull a newer setuptools).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 72beae0 commit ba4239b
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
0 commit comments