"""conftest.py for pytest.""" def pytest_configure(config) -> None: # type: ignore config.addinivalue_line("markers", "asyncio: mark test as async")