Skip to content

0.3

Choose a tag to compare

@nolar nolar released this 24 Jun 14:04
· 38 commits to main since this release
06e1302

What's Changed

  • Compatibility with pytest-asyncio>=1.0.0.

Potentially BREAKING (though never was promised or documented): the event loop time magic now covers only the test function, but not the preparational fixtures (previously, both were covered). The fixtures run in real (wall-clock) time. See the README & docstrings for explanations & workarounds, also see #9.

Report a sample case if you want that feature back — I could not comprehend the setup due to a lack of realistic examples.

Also:

  • Drop Python 3.7 & 3.8 support, add Python 3.11, 3.12, 3.13 to CI by @nolar in #6
  • Upgrade all the CI tooling (Ubuntu, GitHub Actions) by @nolar in #6
  • Utilise a few newer features ot pytest/pluggy by @nolar in #8
  • Use the dynamically chosen event loop of pytest-asyncio>=1.0.0 (2nd attempt) by @nolar in #9

Full Changelog: 0.2...0.3