We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setuptools<82.0
1 parent 2103140 commit d16db0bCopy full SHA for d16db0b
tox.ini
@@ -19,6 +19,12 @@ deps =
19
lowest: falcon==4.1.0
20
lowest: aiohttp==3.13.0
21
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
28
commands = pytest {posargs}
29
30
[testenv:lint]
0 commit comments