Sourced from pytest-asyncio's releases.
pytest-asyncio 0.25.0
0.25.0 (2024-12-13)
- 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- Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead. #1004
- Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope #990
- Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above. #1008
b24de08
build: Prepare release of v0.25.09fd64da
changelog += asyncio_default_fixture_loop_scope
f15b9c2
Add release note for #10080184cba
Refactor tests to use Pytester97c682f
Copy context variables from non-generator fixtures62ab185
Improve contextvars test coverage3004bb7
Simplify contextvars support746c114
Maintain contextvars.Context in fixtures and testsebbd602
docs: describe when UsageError is raised for
loop_scope="class" markerc4c1b48
Build(deps): Bump hypothesis in /dependencies/default