Skip to content

Commit

Permalink
TST: link to correct downstream fastparquet bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Aug 22, 2024
1 parent 487c585 commit c7adaa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/tests/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,8 +1333,7 @@ def test_empty_dataframe(self, fp):
check_round_trip(df, fp, expected=expected)

@pytest.mark.xfail(
reason="fastparquet passed mismatched values/dtype to DatetimeArray "
"constructor, see https://github.com/dask/fastparquet/issues/891"
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929"
)
def test_timezone_aware_index(self, fp, timezone_aware_date_list):
idx = 5 * [timezone_aware_date_list]
Expand Down

0 comments on commit c7adaa9

Please sign in to comment.