Skip to content

Commit fe3b0e1

Browse files
committed
CI: Fix fastparquet failure from new release
1 parent fae3e80 commit fe3b0e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,9 +1331,6 @@ def test_empty_dataframe(self, fp):
13311331
expected = df.copy()
13321332
check_round_trip(df, fp, expected=expected)
13331333

1334-
@pytest.mark.xfail(
1335-
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929"
1336-
)
13371334
def test_timezone_aware_index(self, fp, timezone_aware_date_list):
13381335
idx = 5 * [timezone_aware_date_list]
13391336

0 commit comments

Comments
 (0)