test_vars_deployment: skip on macOS for now

we can not run vms on macOS at the moment.
This commit is contained in:
Jörg Thalheim
2025-04-14 14:44:00 +02:00
parent ab90987d17
commit 833798f650

View File

@@ -1,5 +1,6 @@
import json import json
import subprocess import subprocess
import sys
from contextlib import ExitStack from contextlib import ExitStack
import pytest import pytest
@@ -15,6 +16,7 @@ from clan_cli.vms.run import inspect_vm, spawn_vm
@pytest.mark.impure @pytest.mark.impure
@pytest.mark.skipif(sys.platform == "darwin", reason="preload doesn't work on darwin")
def test_vm_deployment( def test_vm_deployment(
flake: ClanFlake, flake: ClanFlake,
nix_config: dict[str, ConfigItem], nix_config: dict[str, ConfigItem],