Skip to content

Commit 74112b5

Browse files
WillAydlithomas1
authored andcommitted
Add required skip from pandas-dev#58467
1 parent 070b5c0 commit 74112b5

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
@@ -978,6 +978,8 @@ def test_timestamp_nanoseconds(self, pa):
978978
check_round_trip(df, pa, write_kwargs={"version": ver})
979979

980980
def test_timezone_aware_index(self, request, pa, timezone_aware_date_list):
981+
pytest.importorskip("pyarrow", "11.0.0")
982+
981983
if timezone_aware_date_list.tzinfo != datetime.timezone.utc:
982984
request.applymarker(
983985
pytest.mark.xfail(

0 commit comments

Comments
 (0)