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: