diff --git a/pyproject.toml b/pyproject.toml index 718d3756..5cad66df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]