Skip to content

Commit 0de9ba0

Browse files
committed
chore: Prepare release of v1.0.0a1.
1 parent 3ccde0a commit 0de9ba0

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

changelog.d/1025.added.rst

-1
This file was deleted.

changelog.d/1106.removed.rst

-1
This file was deleted.

changelog.d/1107.changed.rst

-1
This file was deleted.

changelog.d/1112.changed.rst

-1
This file was deleted.

docs/reference/changelog.rst

+22
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ This project uses `towncrier <https://towncrier.readthedocs.io/>`__ for changlog
1010

1111
.. towncrier release notes start
1212
13+
`1.0.0a1 <https://github.com/pytest-dev/pytest-asyncio/tree/1.0.0a1>`_ - 2025-05-09
14+
===================================================================================
15+
16+
Removed
17+
-------
18+
19+
- The deprecated *event_loop* fixture. (`#1106 <https://github.com/pytest-dev/pytest-asyncio/issues/1106>`_)
20+
21+
22+
Added
23+
-----
24+
25+
- Prelimiary support for Python 3.14 (`#1025 <https://github.com/pytest-dev/pytest-asyncio/issues/1025>`_)
26+
27+
28+
Changed
29+
-------
30+
31+
- Scoped event loops (e.g. module-scoped loops) are created once rather than per scope (e.g. per module). This reduces the number of fixtures and speeds up collection time, especially for large test suites. (`#1107 <https://github.com/pytest-dev/pytest-asyncio/issues/1107>`_)
32+
- The *loop_scope* argument to ``pytest.mark.asyncio`` no longer forces that a pytest Collector exists at the level of the specified scope. For example, a test function marked with ``pytest.mark.asyncio(loop_scope="class")`` no longer requires a class surrounding the test. This is consistent with the behavior of the *scope* argument to ``pytest_asyncio.fixture``. (`#1112 <https://github.com/pytest-dev/pytest-asyncio/issues/1112>`_)
33+
34+
1335
0.26.0 (2025-03-25)
1436
===================
1537
- Adds configuration option that sets default event loop scope for all tests `#793 <https://github.com/pytest-dev/pytest-asyncio/issues/793>`_

0 commit comments

Comments
 (0)