Skip to content

Commit

Permalink
Pin hypothesis to workaround #131
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Jan 11, 2025
1 parent 9a69076 commit 776d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ version = {attr = "setuptools_scm.get_version"}
"*" = ["*.h"]

[project.optional-dependencies]
tests = ["pytest", "hypothesis"]
tests = ["pytest", "hypothesis<=6.123.2"]
docs = ["sphinx"]
develop = ["python-gmp[tests,docs]", "pre-commit", "pyperf",
"gmpy2>=2.2; platform_python_implementation!='PyPy'",
Expand Down

0 comments on commit 776d345

Please sign in to comment.