Update dependency pytest-asyncio to >=1.1.0,<1.2.0 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pytest-asyncio (changelog) |
>=1.0.0,<1.1.0 -> >=1.1.0,<1.2.0
|
Release Notes
pytest-dev/pytest-asyncio (pytest-asyncio)
v1.1.0: pytest-asyncio 1.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_scopeends (#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
finallyclause 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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.