File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ Release history
55
66.. towncrier release notes start
77
8+ pytest-trio 0.5.2 (2019-02-13)
9+ ------------------------------
10+
11+ Features
12+ ~~~~~~~~
13+
14+ - pytest-trio now makes the Trio scheduler deterministic while running
15+ inside a Hypothesis test. Hopefully you won't see any change, but if
16+ you had scheduler-dependent bugs Hypothesis will be more effective now. (`#73 <https://github.com/python-trio/pytest-trio/issues/73 >`__)
17+
18+ - Updated for compatibility with trio v0.11.0.
19+
820pytest-trio 0.5.1 (2018-09-28)
921------------------------------
1022
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# This file is imported from __init__.py and exec'd from setup.py
22
3- __version__ = "0.5.1 "
3+ __version__ = "0.5.2+dev "
You can’t perform that action at this time.
0 commit comments