You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{%endraw%}{%ifconfigure_python_asyncio%}{%raw%}from .asyncio_fixtures import fail_on_background_task_errors # noqa: F401 # this is an autouse fixture{%endraw%}{%endif%}{%ifconfigure_vcrpy%}{%raw%}
7
+
from .vcrpy_fixtures import pytest_recording_configure # noqa: F401 # this is configuration we need in conftest scope
8
+
from .vcrpy_fixtures import vcr_config # noqa: F401 # this is an autouse fixture{%endraw%}{%endif%}{%raw%}
0 commit comments