We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff2251 commit 59e61b1Copy full SHA for 59e61b1
tests/cli/test_load.py
@@ -450,9 +450,9 @@ def test_load_plugins(monkeypatch_plugin_test_packages: None) -> None:
450
],
451
)
452
def test_load_plugins_version_fail_skip(
453
- monkeypatch_plugin_test_packages,
454
- cli_args,
455
- inputs,
+ monkeypatch_plugin_test_packages: None,
+ cli_args: t.List[str],
+ inputs: t.List[str],
456
capsys: pytest.CaptureFixture[str],
457
) -> None:
458
with contextlib.suppress(SystemExit):
0 commit comments