Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/how-to-guides/migrate_from_0_23.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _how_to_guides/migrate_from_0_23:

========================================
How to migrate from pytest-asyncio v0.23
========================================
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Notes for Downstream Packagers
`1.0.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.0.0>`_ - 2025-05-26
===============================================================================

.. seealso::

:ref:`How to migrate from pytest-asyncio v0.23 <how_to_guides/migrate_from_0_23>`

Removed
-------

Expand Down Expand Up @@ -211,6 +215,10 @@ As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the t
This release is backwards-compatible with v0.21.
Changes are non-breaking, unless you upgrade from v0.22.

.. seealso::

:ref:`How to migrate from pytest-asyncio v0.21 <how_to_guides/migrate_from_0_21>`

- 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.
- 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>`_
- 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>`_
Expand Down
Loading