Skip to content

Commit 6f8aa1a

Browse files
committed
Workaround for cffi failing installation on mingw
1 parent c00c90d commit 6f8aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def chdir(path: Path):
174174
session.install("--no-build-isolation", str(examples / "html-py-ever"))
175175
session.run("pytest", str(examples / "html-py-ever"))
176176

177-
session.install("pytest", "cffi")
177+
session.install("pytest", "cffi<1.16")
178178
session.install("--no-build-isolation", str(examples / "html-py-ever"))
179179
session.run("pytest", str(examples / "html-py-ever"))
180180

0 commit comments

Comments
 (0)