Skip to content

pytest-asyncio 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 04:26
· 1 commit to main since this release
v1.1.0

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