Skip to content

Commit 4d3b5bc

Browse files
committed
nit
1 parent 52b80bc commit 4d3b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tests/unit/conftest.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
99

1010

1111
def pytest_configure(
12-
config: pytest.Config,{% endraw %}{% if not configure_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 %}{% if configure_vcrpy %}{% raw %} # noqa: ARG001 # the config argument MUST be present (even when unused) or pytest throws an error{% endraw %}{% endif %}{% raw %}
1313
):
1414
"""Configure pytest itself, such as logging levels."""{% endraw %}{% if configure_vcrpy %}{% raw %}
1515
# force the vcr.cassette logger to WARNING+ because otherwise the logs get super noisy with the playback of all the cassettes

0 commit comments

Comments
 (0)