test_api_dataclass_compat: exlcude flake.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user