Skip to content

Commit a8dd221

Browse files
WillAydjorisvandenbossche
authored andcommitted
Pick required fix from pandas-dev#55901 and pandas-dev#59581
1 parent 41e94c3 commit a8dd221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_parquet.py

+1
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,7 @@ def test_empty_dataframe(self, fp):
13141314
_HAVE_FASTPARQUET and Version(fastparquet.__version__) > Version("2022.12"),
13151315
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929",
13161316
)
1317+
@pytest.mark.skipif(using_copy_on_write(), reason="fastparquet writes into Index")
13171318
def test_timezone_aware_index(self, fp, timezone_aware_date_list):
13181319
idx = 5 * [timezone_aware_date_list]
13191320

0 commit comments

Comments
 (0)