Skip to content

Commit 932a6c4

Browse files
omit cli from pydantic tests
1 parent fae6520 commit 932a6c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mpcontribs-lux/tests/test_models_for_arrow_compatibility.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ def import_models():
1717
if "__pycache__" in dirs:
1818
dirs.remove("__pycache__")
1919

20+
if "cli" in root:
21+
# No pydantic models to validate in CLI
22+
continue
23+
2024
parent_module = ".".join(
2125
[
2226
"mpcontribs",

0 commit comments

Comments
 (0)