minor: add pytest-asyncio-cooperative to async plugin list
This commit is contained in:
parent
34a285986e
commit
8466049180
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue