Skip to content

Commit 762c9d5

Browse files
committed
fix narwhals test
1 parent a06b3fe commit 762c9d5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tests/pytest/test_render_data_frame_tbl_data.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,15 @@ def test_dtype_coverage():
366366
for dtype_name in dtype_names:
367367

368368
# Skip known types or imports that are not dtypes
369+
if dtype_name.endswith("Type"):
370+
# "DType",
371+
# "NestedType",
372+
# "NumericType",
373+
# "TemporalType",
374+
# "TemporalType",
375+
continue
369376
if dtype_name in (
370377
# narwhals
371-
"DType",
372-
"NumericType",
373-
"TemporalType",
374378
"Unknown",
375379
# typing import
376380
"Literal",

0 commit comments

Comments
 (0)