Skip to content

Commit

Permalink
Merge pull request #446 from neutrinoceros/filter_new_mpl_agg_warning
Browse files Browse the repository at this point in the history
TST: filter a new warning in maptlotlib 3.8 when testing docs in non-interactive agg backend
  • Loading branch information
jzuhone authored Sep 18, 2023
2 parents 818ef0a + 388c8cc commit c714730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ addopts = "--ignore=benchmarks --ignore=paper --ignore=unyt/_mpl_array_converter
filterwarnings = [
"error",
"ignore:Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.:UserWarning",
"ignore:FigureCanvasAgg is non-interactive, and thus cannot be shown:UserWarning",
"ignore:In accordance with NEP 32:DeprecationWarning",
"ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning",
]
Expand Down

0 comments on commit c714730

Please sign in to comment.