ankigen / tests /conftest.py
brickfrog's picture
Upload folder using huggingface_hub
2e64b2c verified
Raw
History Blame Contribute Delete
74 Bytes
import pytest
@pytest.fixture
def anyio_backend():
return "asyncio"