Skip to content

Commit f15b9c2

Browse files
bcmillsseifertm
authored andcommitted
Add release note for #1008
1 parent 0184cba commit f15b9c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/changelog.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Changelog
77
- Deprecated: Added warning when asyncio test requests async ``@pytest.fixture`` in strict mode. This will become an error in a future version of flake8-asyncio. `#979 <https://github.com/pytest-dev/pytest-asyncio/pull/979>`_
88
- Updates the error message about `pytest.mark.asyncio`'s `scope` keyword argument to say `loop_scope` instead. `#1004 <https://github.com/pytest-dev/pytest-asyncio/pull/1004>`_
99
- Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope `#990 <https://github.com/pytest-dev/pytest-asyncio/pull/990>`_
10+
- Propagates `contextvars` set in async fixtures to other fixtures and tests on Python 3.11 and above. `#1008 <https://github.com/pytest-dev/pytest-asyncio/pull/1008>`_
11+
1012

1113
0.24.0 (2024-08-22)
1214
===================

0 commit comments

Comments
 (0)