"The test […] is not an async function" when asyncio
marker is added via pytest_collection_modifyitems()
#810
Labels
asyncio
marker is added via pytest_collection_modifyitems()
#810
This one I've noticed while testing IPython. The simplest reproducer is:
conftest.py
:test_foo.py
:With pytest-asyncio 0.23.6, I'm getting:
With pytest-asyncio-0.21.1, the test is correctly run as marked.
The text was updated successfully, but these errors were encountered: