We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487c585 commit 9bcc563Copy full SHA for 9bcc563
pandas/tests/io/test_parquet.py
@@ -1333,8 +1333,7 @@ def test_empty_dataframe(self, fp):
1333
check_round_trip(df, fp, expected=expected)
1334
1335
@pytest.mark.xfail(
1336
- reason="fastparquet passed mismatched values/dtype to DatetimeArray "
1337
- "constructor, see https://github.com/dask/fastparquet/issues/891"
+ reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929"
1338
)
1339
def test_timezone_aware_index(self, fp, timezone_aware_date_list):
1340
idx = 5 * [timezone_aware_date_list]
0 commit comments