Skip to content

Commit

Permalink
test(python): Ignore matplotlib warning (#11129)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 15, 2023
1 parent adc007f commit 9866545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ filterwarnings = [
# ...except where it prevents test debugging in an IPython console
"ignore:.*unrecognized arguments.*PyDevIPCompleter:DeprecationWarning",
"ignore:.*is_sparse is deprecated.*:FutureWarning",
"ignore:Matplotlib is currently using agg:UserWarning",
"ignore:FigureCanvasAgg is non-interactive:UserWarning",
]
xfail_strict = true

Expand Down

0 comments on commit 9866545

Please sign in to comment.