You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
:ref:`How to migrate from pytest-asyncio v0.23<how_to_guides/migrate_from_0_23>`
68
+
65
69
Removed
66
70
-------
67
71
@@ -211,6 +215,10 @@ As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the t
211
215
This release is backwards-compatible with v0.21.
212
216
Changes are non-breaking, unless you upgrade from v0.22.
213
217
218
+
..seealso::
219
+
220
+
:ref:`How to migrate from pytest-asyncio v0.21<how_to_guides/migrate_from_0_21>`
221
+
214
222
- BREAKING: The *asyncio_event_loop* mark has been removed. Event loops with class, module, package, and session scopes can be requested via the *scope* keyword argument to the _asyncio_ mark.
215
223
- Introduces the *event_loop_policy* fixture which allows testing with non-default or multiple event loops `#662<https://github.com/pytest-dev/pytest-asyncio/pull/662>`_
216
224
- Introduces ``pytest_asyncio.is_async_test`` which returns whether a test item is managed by pytest-asyncio `#376<https://github.com/pytest-dev/pytest-asyncio/issues/376>`_