Skip to content

Commit ec504dc

Browse files
committed
Add required skip from pandas-dev#58467
1 parent 195af48 commit ec504dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_parquet.py

+2
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,8 @@ def test_timestamp_nanoseconds(self, pa):
973973
check_round_trip(df, pa, write_kwargs={"version": ver})
974974

975975
def test_timezone_aware_index(self, request, pa, timezone_aware_date_list):
976+
pytest.importorskip("pyarrow", "11.0.0")
977+
976978
if timezone_aware_date_list.tzinfo != datetime.timezone.utc:
977979
request.applymarker(
978980
pytest.mark.xfail(

0 commit comments

Comments
 (0)