This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GallerySubscriber/backend/tests/conftest.py
T

9 lines
137 B
Python

"""Shared pytest fixtures for backend tests."""
import asyncio
import pytest
@pytest.fixture
def anyio_backend():
return "asyncio"