mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-07-22 04:41:46 +00:00
7 lines
74 B
Python
7 lines
74 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def anyio_backend():
|
|
return "asyncio"
|