secretsanta/tests/conftest.py
2023-12-08 17:00:22 +01:00

6 lines
74 B
Python

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