Skip to content

Commit

Permalink
Pick out fastparquet xfails for green CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Sep 12, 2024
1 parent 799ab49 commit 91225ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/tests/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,9 @@ def test_timestamp_nanoseconds(self, pa):
df = pd.DataFrame({"a": pd.date_range("2017-01-01", freq="1ns", periods=10)})
check_round_trip(df, pa, write_kwargs={"version": ver})

@pytest.mark.xfail(
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929"
)
def test_timezone_aware_index(self, request, pa, timezone_aware_date_list):
if timezone_aware_date_list.tzinfo != datetime.timezone.utc:
request.applymarker(
Expand Down

0 comments on commit 91225ea

Please sign in to comment.