test_api_dataclass_compat: exlcude flake.py

This commit is contained in:
lassulus
2025-02-02 12:36:39 +01:00
committed by clan-bot
parent fe2cfd3b37
commit c746b84a6f

View File

@@ -121,6 +121,7 @@ def test_all_dataclasses() -> None:
"api/__init__.py",
"cmd.py", # We don't want the UI to have access to the cmd module anyway
"async_run.py", # We don't want the UI to have access to the async_run module anyway
"flake.py", # Not compatible yet with the UI, unclear semantics, maybe it's just an internal thing
]
cli_path = Path("clan_cli").resolve()