ARG001: fix
This commit is contained in:
@@ -475,7 +475,7 @@ def writable_clan_core(
|
||||
|
||||
@pytest.fixture
|
||||
def vm_test_flake(
|
||||
clan_core: Path,
|
||||
clan_core: Path, # noqa: ARG001
|
||||
tmp_path: Path,
|
||||
) -> Path:
|
||||
"""Creates a test flake that imports the VM test nixOS modules from clan-core."""
|
||||
|
||||
@@ -10,7 +10,6 @@ from clan_lib.templates.filesystem import copy_from_nixstore
|
||||
@pytest.mark.with_core
|
||||
def test_clan_core_templates(
|
||||
test_flake_with_core: FlakeForTest,
|
||||
monkeypatch: pytest.MonkeyPatch,
|
||||
temporary_home: Path,
|
||||
) -> None:
|
||||
clan_dir = Flake(str(test_flake_with_core.path))
|
||||
|
||||
@@ -67,8 +67,7 @@ def test_machine_subcommands(
|
||||
|
||||
@pytest.mark.with_core
|
||||
def test_machines_update_with_tags(
|
||||
test_flake_with_core: fixtures_flakes.FlakeForTest,
|
||||
capture_output: CaptureOutput,
|
||||
test_flake_with_core: fixtures_flakes.FlakeForTest, # noqa: ARG001
|
||||
) -> None:
|
||||
import argparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user