From 776d345f3e927b2298bb18de4f85ed3dd227dfdf Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Sat, 11 Jan 2025 18:31:14 +0300 Subject: [PATCH] Pin hypothesis to workaround #131 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'",