We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c1641 commit be2420bCopy full SHA for be2420b
dask/dataframe/tests/test_dataframe.py
@@ -2443,7 +2443,7 @@ def test_repartition_noop(type_ctor):
2443
(
2444
"M",
2445
"MS",
2446
- (UserWarning, "'M' will be deprecated, please use 'ME' instead")
+ (FutureWarning, "'M' will be deprecated, please use 'ME' instead")
2447
if PANDAS_GE_220
2448
else None,
2449
),
@@ -2452,7 +2452,7 @@ def test_repartition_noop(type_ctor):
2452
2453
"2M",
2454
"2MS",
2455
2456
2457
2458
0 commit comments