Skip to content

Commit 414ec14

Browse files
committed
Require trio >= 0.11
To support determinism under Hypothesis.
1 parent 86b44d2 commit 414ec14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=find_packages(),
1717
entry_points={'pytest11': ['trio = pytest_trio.plugin']},
1818
install_requires=[
19-
"trio",
19+
"trio >= 0.11",
2020
"async_generator >= 1.9",
2121
# For node.get_closest_marker
2222
"pytest >= 3.6"

0 commit comments

Comments
 (0)