From 964b295ba280a6e217159706279b67f8f4cbb5f4 Mon Sep 17 00:00:00 2001 From: simonfagerholm Date: Tue, 24 Mar 2020 07:02:00 +0100 Subject: [PATCH] Added min hypothesis version so that bugfix for https://github.com/HypothesisWorks/hypothesis/issues/2375 is installed, solving build issues. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb5cf0ad..8d80b08e 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def find_version(): "testing": [ "coverage", "async_generator >= 1.3", - "hypothesis >= 3.64", + "hypothesis >= 5.7.1", ], }, entry_points={"pytest11": ["asyncio = pytest_asyncio.plugin"]},