Skip to content

Commit d16db0b

Browse files
committed
Temporarily pin setuptools<82.0 for pyramid tests
`pyramid` uses `pkg_resources`, so we need a pin, at least for now. It's done in `tox.ini` to be very lightweight.
1 parent 2103140 commit d16db0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ deps =
1919
lowest: falcon==4.1.0
2020
lowest: aiohttp==3.13.0
2121
lowest: marshmallow==3.13.0
22+
23+
# temporary pin: hold back `setuptools` so that `pyramid` testing works
24+
# pyramid uses pkg_resources, which has been long deprecated and finally removed
25+
#
26+
# see https://github.com/Pylons/pyramid/issues/3731 for discussion within pyramid
27+
setuptools < 82.0
2228
commands = pytest {posargs}
2329

2430
[testenv:lint]

0 commit comments

Comments
 (0)