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
config: pytest.Config,{%endraw%}{%ifnotconfigure_vcrpy%}{%raw%} # noqa: ARG001 # the config argument MUST be present (even when unused) or pytest throws an error{%endraw%}{%endif%}{%raw%}
12
+
config: pytest.Config,{%endraw%}{%ifconfigure_vcrpy%}{%raw%} # noqa: ARG001 # the config argument MUST be present (even when unused) or pytest throws an error{%endraw%}{%endif%}{%raw%}
13
13
):
14
14
"""Configure pytest itself, such as logging levels."""{%endraw%}{%ifconfigure_vcrpy%}{%raw%}
15
15
# force the vcr.cassette logger to WARNING+ because otherwise the logs get super noisy with the playback of all the cassettes
0 commit comments