clan-cli/machines/list: mark test as pure

This commit is contained in:
Jörg Thalheim
2025-08-14 16:33:11 +02:00
parent a6ef38dadd
commit 810a2c67f9

View File

@@ -125,7 +125,7 @@ def list_with_tags_multiple_tags_intersection(
assert "dev-machine" not in output.out
@pytest.mark.impure
@pytest.mark.with_core
def test_machines_list_with_tags_no_matches(
test_flake_with_core: fixtures_flakes.FlakeForTest,
capture_output: CaptureOutput,