File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1362,6 +1362,11 @@ def reset_warnings(gallery_conf, fname):
1362
1362
r"DataFrameGroupBy\.apply operated on the grouping columns.*" ,
1363
1363
# pandas
1364
1364
r"\nPyarrow will become a required dependency of pandas.*" ,
1365
+ # matplotlib
1366
+ "The 'labels' parameter of boxplot.*" ,
1367
+ "vert: bool was deprecated in.*" ,
1368
+ # bibtex latexcodec
1369
+ "open_text is deprecated.*" ,
1365
1370
):
1366
1371
warnings .filterwarnings ( # deal with other modules having bad imports
1367
1372
"ignore" , message = ".*%s.*" % key , category = DeprecationWarning
@@ -1401,6 +1406,7 @@ def reset_warnings(gallery_conf, fname):
1401
1406
"is_categorical_dtype is deprecated.*" ,
1402
1407
"The default of observed=False.*" ,
1403
1408
"When grouping with a length-1 list-like.*" ,
1409
+ "'multi_class' was deprecated in version.*" ,
1404
1410
):
1405
1411
warnings .filterwarnings (
1406
1412
"ignore" ,
You can’t perform that action at this time.
0 commit comments