Skip to content

Commit 74263d3

Browse files
committed
another pa under 17
1 parent ee34f5a commit 74263d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,10 @@ def test_timestamp_nanoseconds(self, pa):
952952
def test_timezone_aware_index(self, request, pa, timezone_aware_date_list):
953953
pytest.importorskip("pyarrow", "11.0.0")
954954

955-
if timezone_aware_date_list.tzinfo != datetime.timezone.utc:
955+
if (
956+
timezone_aware_date_list.tzinfo != datetime.timezone.utc
957+
and pa_version_under17p0
958+
):
956959
request.applymarker(
957960
pytest.mark.xfail(
958961
reason="temporary skip this test until it is properly resolved: "

0 commit comments

Comments
 (0)