File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 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):
13621362 r"DataFrameGroupBy\.apply operated on the grouping columns.*" ,
13631363 # pandas
13641364 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.*" ,
13651370 ):
13661371 warnings .filterwarnings ( # deal with other modules having bad imports
13671372 "ignore" , message = ".*%s.*" % key , category = DeprecationWarning
@@ -1401,6 +1406,7 @@ def reset_warnings(gallery_conf, fname):
14011406 "is_categorical_dtype is deprecated.*" ,
14021407 "The default of observed=False.*" ,
14031408 "When grouping with a length-1 list-like.*" ,
1409+ "'multi_class' was deprecated in version.*" ,
14041410 ):
14051411 warnings .filterwarnings (
14061412 "ignore" ,
You can’t perform that action at this time.
0 commit comments