Skip to content

Commit 964b295

Browse files
simonfagerholmTinche
authored andcommitted
Added min hypothesis version so that bugfix for HypothesisWorks/hypothesis#2375 is installed, solving build issues.
1 parent 4a11a20 commit 964b295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def find_version():
4646
"testing": [
4747
"coverage",
4848
"async_generator >= 1.3",
49-
"hypothesis >= 3.64",
49+
"hypothesis >= 5.7.1",
5050
],
5151
},
5252
entry_points={"pytest11": ["asyncio = pytest_asyncio.plugin"]},

0 commit comments

Comments
 (0)