Skip to content

Commit

Permalink
pandas 2.2 vs. pyarrow 14: deprecated DatetimeTZBlock (#8476)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Jan 23, 2024
1 parent f248860 commit f781766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distributed/shuffle/tests/test_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ async def test_heartbeat(c, s, a, b):
await check_scheduler_cleanup(s)


@pytest.mark.filterwarnings("ignore:DatetimeTZBlock") # pandas >=2.2 vs. pyarrow <15
def test_processing_chain(tmp_path):
"""
This is a serial version of the entire compute chain
Expand Down

0 comments on commit f781766

Please sign in to comment.