From c7adaa9f610e2f2e37b42ce5f3092c0b52ac357c Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 22 Aug 2024 14:05:38 +0200 Subject: [PATCH] TST: link to correct downstream fastparquet bug --- pandas/tests/io/test_parquet.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandas/tests/io/test_parquet.py b/pandas/tests/io/test_parquet.py index 0d0eae25781f1..a29e479b7c9f1 100644 --- a/pandas/tests/io/test_parquet.py +++ b/pandas/tests/io/test_parquet.py @@ -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]