""" Pytest configuration for AI Service tests. """ import pytest @pytest.fixture def anyio_backend(): return "asyncio"