Skip to content

Commit be24582

Browse files
committed
chore: Prepare release of v1.2.0.
1 parent 7aeb296 commit be24582

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

changelog.d/+167df28d.downstream.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+dc5bb56e.downstream.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1177.fixed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1189.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1198.fixed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/980.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/reference/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@ This project uses `towncrier <https://towncrier.readthedocs.io/>`__ for changlog
1010

1111
.. towncrier release notes start
1212
13+
`1.2.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.2.0>`_ - 2025-09-12
14+
===============================================================================
15+
16+
Added
17+
-----
18+
19+
- ``--asyncio-debug`` CLI option and ``asyncio_debug`` configuration option to enable asyncio debug mode for the default event loop. (`#980 <https://github.com/pytest-dev/pytest-asyncio/issues/980>`_)
20+
- A ``pytest.UsageError`` for invalid configuration values of ``asyncio_default_fixture_loop_scope`` and ``asyncio_default_test_loop_scope``. (`#1189 <https://github.com/pytest-dev/pytest-asyncio/issues/1189>`_)
21+
22+
23+
Fixed
24+
-----
25+
26+
- ``RuntimeError: There is no current event loop in thread 'MainThread'`` when any test unsets the event loop (such as when using ``asyncio.run`` and ``asyncio.Runner``). (`#1177 <https://github.com/pytest-dev/pytest-asyncio/issues/1177>`_)
27+
- Deprecation warning when decorating an asynchronous fixture with ``@pytest.fixture`` in `strict` mode. The warning message now refers to the correct package. (`#1198 <https://github.com/pytest-dev/pytest-asyncio/issues/1198>`_)
28+
29+
30+
Notes for Downstream Packagers
31+
------------------------------
32+
33+
- Bump the minimum required version of tox to v4.28. This change is only relevant if you use the ``tox.ini`` file provided by pytest-asyncio to run tests.
34+
- Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.
35+
36+
1337
`1.1.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.1.0>`_ - 2025-07-16
1438
===============================================================================
1539

0 commit comments

Comments
 (0)