We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b45bf commit 7fb70edCopy full SHA for 7fb70ed
tests/modes/test_legacy_mode.py
@@ -12,7 +12,7 @@
12
LEGACY_ASYNCIO_FIXTURE = (
13
"'@pytest.fixture' is applied to {name} "
14
"in 'legacy' mode, "
15
- "please replace it with '@pytest_asyncio.pytest_asyncio' as a preparation "
+ "please replace it with '@pytest_asyncio.fixture' as a preparation "
16
"for switching to 'strict' mode (or use 'auto' mode to seamlessly handle "
17
"all these fixtures as asyncio-driven)."
18
).format(name="*")
0 commit comments