Skip to content

Commit

Permalink
Pick required fix from #55901 and #59581
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored and jorisvandenbossche committed Oct 9, 2024
1 parent 41bd34f commit b488b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,7 @@ def test_empty_dataframe(self, fp):
_HAVE_FASTPARQUET and Version(fastparquet.__version__) > Version("2022.12"),
reason="fastparquet bug, see https://github.com/dask/fastparquet/issues/929",
)
@pytest.mark.skipif(using_copy_on_write(), reason="fastparquet writes into Index")
def test_timezone_aware_index(self, fp, timezone_aware_date_list):
idx = 5 * [timezone_aware_date_list]

Expand Down

0 comments on commit b488b2a

Please sign in to comment.