Skip to content

Commit 94d77b6

Browse files
committed
!commit
1 parent 98dfd55 commit 94d77b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cli/test_load.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,9 @@ def test_load_plugins(monkeypatch_plugin_test_packages: None) -> None:
455455
],
456456
)
457457
def test_load_plugins_version_fail_skip(
458-
monkeypatch_plugin_test_packages,
459-
cli_args,
460-
inputs,
458+
monkeypatch_plugin_test_packages: None,
459+
cli_args: t.List[str],
460+
inputs: t.List[str],
461461
capsys: pytest.CaptureFixture[str],
462462
) -> None:
463463
try:

0 commit comments

Comments
 (0)