Skip to content

Commit

Permalink
Merge branch 'main' into support-py-313
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned authored Nov 4, 2024
2 parents 216f19f + ed40320 commit d858bca
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 d858bca

Please sign in to comment.