minor: add pytest-asyncio-cooperative to async plugin list

This commit is contained in:
Willem Thiart 2022-07-22 09:49:15 +09:00
parent 34a285986e
commit 8466049180
1 changed files with 1 additions and 0 deletions

View File

@ -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"