clan-cli/templates: mark tests as pure

This commit is contained in:
Jörg Thalheim
2025-08-14 16:35:25 +02:00
parent 810a2c67f9
commit 96014c02c5

View File

@@ -9,7 +9,7 @@ from clan_lib.templates import list_templates
from clan_lib.templates.filesystem import copy_from_nixstore
@pytest.mark.impure
@pytest.mark.with_core
def test_copy_from_nixstore_symlink(
monkeypatch: pytest.MonkeyPatch, temporary_home: Path
) -> None:
@@ -30,7 +30,7 @@ def test_copy_from_nixstore_symlink(
assert (dest / "file.txt").is_symlink()
@pytest.mark.impure
@pytest.mark.with_core
def test_clan_core_templates(
test_flake_with_core: FlakeForTest,
monkeypatch: pytest.MonkeyPatch,