Skip to content

pytest-asyncio 1.1.0a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 04:56
· 7 commits to main since this release
v1.1.0a1

1.1.0a1 - 2025-06-30

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task
    (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers