# pytest.ini [pytest] markers = slow: marks tests as slow (deselect with '-m "not slow"') addopts = -ra asyncio_mode = auto # Use 'session' to share the event loop across all tests and thus allow higher-scoped async fixtures # (e.g., module or session scoped async fixtures) to run. asyncio_default_fixture_loop_scope = session