Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-asyncio
From: Adam Ciarcinski
Date: 2024-12-16 06:49:13
Message id: 20241216054913.F393CFC1C@cvs.NetBSD.org
Log Message:
py-test-asyncio: updated to 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.
Updates the error message about pytest.mark.asyncio's scope keyword argument to \
say loop_scope instead.
Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope
Propagates contextvars set in async fixtures to other fixtures and tests on \
Python 3.11 and above.
Files: