Skip to content

Commit f095da3

Browse files
committed
!commit
1 parent a09e07f commit f095da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cli/test_load.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ def test_load_plugins(monkeypatch_plugin_test_packages: None) -> None:
450450
],
451451
)
452452
def test_load_plugins_version_fail_skip(
453-
monkeypatch_plugin_test_packages,
454-
cli_args,
455-
inputs,
453+
monkeypatch_plugin_test_packages: None,
454+
cli_args: t.List[str],
455+
inputs: t.List[str],
456456
capsys: pytest.CaptureFixture[str],
457457
) -> None:
458458
with contextlib.suppress(SystemExit):

0 commit comments

Comments
 (0)