Skip to content

Commit f781766

Browse files
authored
pandas 2.2 vs. pyarrow 14: deprecated DatetimeTZBlock (#8476)
1 parent f248860 commit f781766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distributed/shuffle/tests/test_shuffle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ async def test_heartbeat(c, s, a, b):
10381038
await check_scheduler_cleanup(s)
10391039

10401040

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

0 commit comments

Comments
 (0)