Skip to content

Commit

Permalink
Pick required fix from pandas-dev#55901 and pandas-dev#59581
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Sep 20, 2024
1 parent 88faf61 commit e834660
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 e834660

Please sign in to comment.