We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88faf61 commit e834660Copy full SHA for e834660
pandas/tests/io/test_parquet.py
@@ -1314,6 +1314,7 @@ def test_empty_dataframe(self, fp):
1314
_HAVE_FASTPARQUET and Version(fastparquet.__version__) > Version("2022.12"),
1315
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929",
1316
)
1317
+ @pytest.mark.skipif(using_copy_on_write(), reason="fastparquet writes into Index")
1318
def test_timezone_aware_index(self, fp, timezone_aware_date_list):
1319
idx = 5 * [timezone_aware_date_list]
1320
0 commit comments