Skip to content

Commit e157da7

Browse files
committed
Pin hypothesis to 6.123.4
Workaround #131
1 parent 73dd9d2 commit e157da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ version = {attr = "setuptools_scm.get_version"}
5555
"*" = ["*.h"]
5656

5757
[project.optional-dependencies]
58-
tests = ["pytest", "hypothesis"]
58+
tests = ["pytest", "hypothesis<=6.123.4"]
5959
docs = ["sphinx"]
6060
develop = ["python-gmp[tests,docs]", "pre-commit", "pyperf",
6161
"gmpy2>=2.2; platform_python_implementation!='PyPy'",

0 commit comments

Comments
 (0)