Skip to content

Commit

Permalink
Added min hypothesis version so that bugfix for HypothesisWorks/hypot…
Browse files Browse the repository at this point in the history
…hesis#2375 is installed, solving build issues.
  • Loading branch information
simonfagerholm authored and Tinche committed Mar 29, 2020
1 parent 4a11a20 commit 964b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"]},
Expand Down

0 comments on commit 964b295

Please sign in to comment.