Skip to content

Commit aff9c44

Browse files
authored
"Backport PR #3825 on branch 1.11.x (fix: matplotlib warnings)" (#3827)
1 parent 986bb03 commit aff9c44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ filterwarnings = [
193193
"error:\\n*The `scale` parameter has been renamed and will be removed",
194194
"error:\\n*Passing `palette` without assigning `hue` is deprecated",
195195
"error:\\n*Setting a gradient palette using color= is deprecated",
196+
# https://github.com/matplotlib/matplotlib/pull/30589
197+
"ignore:.*'(oneOf|parseString|resetCache|enablePackrat|leaveWhitespace|setName|setParseAction|endQuoteChar|unquoteResults)'.*'(one_of|parse_string|reset_cache|enable_packrat|leave_whitespace|set_name|set_parse_action|end_quote_char|unquote_results)':DeprecationWarning:matplotlib",
198+
"ignore:.*'(parseAll)'.*'(parse_all)':DeprecationWarning",
196199
]
197200

198201
[tool.coverage.run]

0 commit comments

Comments
 (0)