We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96043d3 commit d03a41dCopy full SHA for d03a41d
pandas/util/_test_decorators.py
@@ -75,7 +75,7 @@ def safe_import(mod_name, min_version=None):
75
def _skip_if_no_mpl():
76
mod = safe_import("matplotlib")
77
if mod:
78
- mod.use("Agg", warn=False)
+ mod.use("Agg", warn=True)
79
else:
80
return True
81
0 commit comments