slobs-cli/tests/conftest.py

7 lines
74 B
Python

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