Spaces:
Running
Running
| """Shared pytest configuration.""" | |
| from __future__ import annotations | |
| import pytest | |
| def anyio_backend() -> str: | |
| """The server uses asyncio primitives, so tests run on that supported backend.""" | |
| return "asyncio" | |