Skip to content

Commit

Permalink
Require trio >= 0.11
Browse files Browse the repository at this point in the history
To support determinism under Hypothesis.
  • Loading branch information
Zac-HD committed Feb 11, 2019
1 parent 86b44d2 commit 414ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
packages=find_packages(),
entry_points={'pytest11': ['trio = pytest_trio.plugin']},
install_requires=[
"trio",
"trio >= 0.11",
"async_generator >= 1.9",
# For node.get_closest_marker
"pytest >= 3.6"
Expand Down

0 comments on commit 414ec14

Please sign in to comment.