Files
mcp-python-sdk/tests/conftest.py
David Soria Parra f10665db4c tests: cleanup
2025-02-05 11:02:51 +00:00

7 lines
74 B
Python

import pytest
@pytest.fixture
def anyio_backend():
return "asyncio"