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.
2 parents 2103140 + d16db0b commit 6563755Copy full SHA for 6563755
1 file changed
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