{"library":"pytest-anyio","install":[{"cmd":"pip install anyio pytest","imports":["import pytest\n# ... then use @pytest.mark.anyio on async test functions or pytestmark = pytest.mark.anyio","def test_my_async_function(anyio_backend): ..."]}]}