mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-01-01 19:47:53 +00:00
7 lines
74 B
Python
7 lines
74 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def anyio_backend():
|
|
return "asyncio"
|