From 3ef0a7919de065cf3e23b0ec28eebf49b8eccfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 15 Aug 2025 13:31:27 +0200 Subject: [PATCH] vms/inspect: mark test as pure --- pkgs/clan-cli/clan_cli/tests/test_vms_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/tests/test_vms_cli.py b/pkgs/clan-cli/clan_cli/tests/test_vms_cli.py index 64e0b9b07..913c98a80 100644 --- a/pkgs/clan-cli/clan_cli/tests/test_vms_cli.py +++ b/pkgs/clan-cli/clan_cli/tests/test_vms_cli.py @@ -15,7 +15,7 @@ if TYPE_CHECKING: no_kvm = not Path("/dev/kvm").exists() -@pytest.mark.impure +@pytest.mark.with_core def test_inspect( test_flake_with_core: FlakeForTest, capture_output: CaptureOutput ) -> None: