diff --git a/src/_pytest/python.py b/src/_pytest/python.py index 91054f370..8084867e8 100644 --- a/src/_pytest/python.py +++ b/src/_pytest/python.py @@ -177,6 +177,7 @@ def async_warn_and_skip(nodeid: str) -> None: ) msg += " - anyio\n" msg += " - pytest-asyncio\n" + msg += " - pytest-asyncio-cooperative\n" msg += " - pytest-tornasync\n" msg += " - pytest-trio\n" msg += " - pytest-twisted"