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 acec0b6 commit dce2621Copy full SHA for dce2621
src/_pytest/python.py
@@ -166,7 +166,8 @@ def async_warn(nodeid: str) -> None:
166
)
167
msg += " - pytest-asyncio\n"
168
msg += " - pytest-trio\n"
169
- msg += " - pytest-tornasync"
+ msg += " - pytest-tornasync\n"
170
+ msg += " - pytest-twisted"
171
warnings.warn(PytestUnhandledCoroutineWarning(msg.format(nodeid)))
172
skip(msg="async def function and no async plugin installed (see warnings)")
173
0 commit comments