import sys from pathlib import Path import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src")) @pytest.fixture def anyio_backend() -> str: return "asyncio"