Skip to content

Releases: willemt/pytest-asyncio-cooperative

v0.37.0

04 Jul 00:53
Compare
Choose a tag to compare

What's Changed

  • Rerun tests mid-run on another thread for supporting retry libraries by @rogeriochaves in #66

New Contributors

Full Changelog: v0.36.0...v0.37.0

v0.36.0

25 Feb 00:25
Compare
Choose a tag to compare

What's Changed

  • Increase default asyncio_task_timeout to 600 by @gerlero in #62

Full Changelog: v0.35.0...v0.36.0

v0.35.0

12 Feb 19:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.0...v0.35.0

v0.34.0

12 Feb 19:46
Compare
Choose a tag to compare

What's Changed

  • Support pytest_asyncio_cooperative-marked synchronous tests by @gerlero in #39

Full Changelog: v0.33.0...v0.34.0

v0.33.0

30 Nov 02:46
Compare
Choose a tag to compare

What's Changed

  • Cache exceptions raised by shared fixtures by @gerlero in #43

Full Changelog: v0.32.0...v0.33.0

v0.32.0

29 Nov 01:31
Compare
Choose a tag to compare

What's Changed

  • ci: include python 3.11 in test matrix by @willemt in #50
  • fix: CachedFunction can cope with kwargs by @willemt in #51

Full Changelog: v0.31.0...v0.32.0

v0.31.0

06 Aug 02:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.31.0

0.28.0

11 Jul 23:17
Compare
Choose a tag to compare

What's Changed

  • fix: skip & skipif usage, see #25

0.27.0

11 Jul 23:15
cf2b330
Compare
Choose a tag to compare

What's Changed

  • use collections.abc instead of collections by @Clouder0 in #24

New Contributors

Full Changelog: v0.26.0...v0.27.0

0.26.0

14 Apr 20:58
Compare
Choose a tag to compare

Add: skipif marker