Skip to content

Commit 91225ea

Browse files
committed
Pick out fastparquet xfails for green CI
1 parent 799ab49 commit 91225ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/io/test_parquet.py

+3
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,9 @@ def test_timestamp_nanoseconds(self, pa):
973973
df = pd.DataFrame({"a": pd.date_range("2017-01-01", freq="1ns", periods=10)})
974974
check_round_trip(df, pa, write_kwargs={"version": ver})
975975

976+
@pytest.mark.xfail(
977+
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929"
978+
)
976979
def test_timezone_aware_index(self, request, pa, timezone_aware_date_list):
977980
if timezone_aware_date_list.tzinfo != datetime.timezone.utc:
978981
request.applymarker(

0 commit comments

Comments
 (0)