Fixing test_vms_api test

This commit is contained in:
Qubasa
2023-10-25 13:10:30 +02:00
parent 3aed7b834f
commit 750b4b6b7e
5 changed files with 31 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ from pydantic import AnyUrl, BaseModel
from ..async_cmd import run
from ..dirs import specific_flake_dir
from ..nix import nix_config, nix_eval
from ..debug import repro_env_break
class VmConfig(BaseModel):
flake_url: AnyUrl | Path