Skip to content

Commit

Permalink
test: Add missing @skip_requires_pyarrow(requires_tzdata=True) (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned authored Nov 4, 2024
1 parent 8fdd537 commit ed40320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_sanitize_dataframe_arrow_columns():
json.dumps(records)


@skip_requires_pyarrow
@skip_requires_pyarrow(requires_tzdata=True)
def test_sanitize_pyarrow_table_columns() -> None:
import pyarrow as pa

Expand Down

0 comments on commit ed40320

Please sign in to comment.