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
- Added runtime dependency on backports.asyncio.runner for use with Python 3.10 and older