We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0555 commit 782c378Copy full SHA for 782c378
pytest_asyncio/plugin.py
@@ -736,9 +736,9 @@ def pytest_pyfunc_call(pyfuncitem: pytest.Function) -> Optional[object]:
736
pytest.PytestWarning(
737
f"The test {pyfuncitem} is marked with '@pytest.mark.asyncio' "
738
"but it is not an async function. "
739
- "Please remove asyncio marker. "
+ "Please remove the asyncio mark. "
740
"If the test is not marked explicitly, "
741
- "check for global markers applied via 'pytestmark'."
+ "check for global marks applied via 'pytestmark'."
742
)
743
744
yield
0 commit comments