diff --git a/pyproject.toml b/pyproject.toml index 09b05d3..10657bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'",