Skip to content

Commit

Permalink
chore: Mark test_parquet.py test_dict_slices as slow (#19675)
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite authored Nov 7, 2024
1 parent 4b03406 commit 438c576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2356,6 +2356,7 @@ def test_nested_dicts(content: list[float | None]) -> None:
[i if i % 7 < 3 and i % 5 > 3 else None for i in range(57)],
],
)
@pytest.mark.slow
def test_dict_slices(
leading_nulls: list[None],
trailing_nulls: list[None],
Expand Down

0 comments on commit 438c576

Please sign in to comment.