Skip to content

Commit ed40320

Browse files
authored
test: Add missing @skip_requires_pyarrow(requires_tzdata=True) (#3674)
1 parent 8fdd537 commit ed40320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_sanitize_dataframe_arrow_columns():
119119
json.dumps(records)
120120

121121

122-
@skip_requires_pyarrow
122+
@skip_requires_pyarrow(requires_tzdata=True)
123123
def test_sanitize_pyarrow_table_columns() -> None:
124124
import pyarrow as pa
125125

0 commit comments

Comments
 (0)