Since all related test should be async, it would be nice add global async support pyproject.toml example: ```toml [tool.pytest.ini_options] asyncio_mode = "auto" ```