vms/inspect: mark test as pure

This commit is contained in:
Jörg Thalheim
2025-08-15 13:31:27 +02:00
parent 36812d5f95
commit 3ef0a7919d

View File

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