Skip to content

Commit 9bcc563

Browse files
TST: link to correct downstream fastparquet bug (#59581)
1 parent 487c585 commit 9bcc563

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/test_parquet.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1333,8 +1333,7 @@ def test_empty_dataframe(self, fp):
13331333
check_round_trip(df, fp, expected=expected)
13341334

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

0 commit comments

Comments
 (0)