From 326f418c8887f9329a20d4c9c2f88a3540613242 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 25 Jul 2025 14:44:20 +0200 Subject: [PATCH] pkgs/cli: Remove uncommented logic from creation test --- pkgs/clan-cli/clan_cli/tests/test_create_flake.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/tests/test_create_flake.py b/pkgs/clan-cli/clan_cli/tests/test_create_flake.py index 145484eff..6afd28dae 100644 --- a/pkgs/clan-cli/clan_cli/tests/test_create_flake.py +++ b/pkgs/clan-cli/clan_cli/tests/test_create_flake.py @@ -79,13 +79,6 @@ def test_create_flake_existing_git( monkeypatch.chdir(flake_dir) cli.run(["machines", "create", "machine1"]) - # create a hardware-configuration.nix that doesn't throw an eval error - - # for patch_machine in ["jon", "sara"]: - # ( - # flake_dir / "machines" / f"{patch_machine}/hardware-configuration.nix" - # ).write_text("{}") - with capture_output as output: cli.run(["machines", "list"]) assert "machine1" in output.out