Merge pull request 'pkgs/cli: Remove uncommented logic from creation test' (#4497) from kenji/ke-remove-uncommented into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4497
This commit is contained in:
Luis Hebendanz
2025-07-28 03:48:57 +00:00

View File

@@ -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