Skip to content

pytest-asyncio 0.22.0 (yanked)

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 07:26
· 314 commits to main since this release
v0.22.0

This release deprecated event loop overrides, but didn't provide adequate replacement functionality for all relevant use cases. As such, the release was yanked from PyPI.

0.22.0 (2023-10-31)

  • Class-scoped and module-scoped event loops can be requested
    via the asyncio_event_loop mark. #620
  • Deprecate redefinition of the event_loop fixture. #587
    Users requiring a class-scoped or module-scoped asyncio event loop for their tests
    should mark the corresponding class or module with asyncio_event_loop.
  • Test items based on asynchronous generators always exit with xfail status and emit a warning during the collection phase. This behavior is consistent with synchronous yield tests. #642
  • Remove support for Python 3.7
  • Declare support for Python 3.12