Skip to content

Commit 6563755

Browse files
authored
Merge pull request #1037 from sirosen/pin-setuptools-for-pyramid
Temporarily pin `setuptools<82.0` for pyramid tests
2 parents 2103140 + d16db0b commit 6563755

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)