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.
1 parent c00c90d commit 6f8aa1aCopy full SHA for 6f8aa1a
noxfile.py
@@ -174,7 +174,7 @@ def chdir(path: Path):
174
session.install("--no-build-isolation", str(examples / "html-py-ever"))
175
session.run("pytest", str(examples / "html-py-ever"))
176
177
- session.install("pytest", "cffi")
+ session.install("pytest", "cffi<1.16")
178
179
180
0 commit comments