import pytest from .db import * from .faker import * @pytest.fixture def anyio_backend(): return "asyncio"