Skip to content

Commit

Permalink
pandas versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 27, 2024
1 parent 0d86e7f commit 676ad69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frame/schema_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_nested_dtypes() -> None:
assert nwdf.schema == {"a": nw.List, "b": nw.Array, "c": nw.Struct}


def test_nested_dtypes_ibis() -> None:
def test_nested_dtypes_ibis() -> None: # pragma: no cover
ibis = pytest.importorskip("ibis")
df = pl.DataFrame(
{"a": [[1, 2]], "b": [[1, 2]], "c": [{"a": 1}]},
Expand Down

0 comments on commit 676ad69

Please sign in to comment.