Skip to content

Commit baaed44

Browse files
committed
Fix run-mpl-test-suite for mpl master.
1 parent c9b3090 commit baaed44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-mpl-test-suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _raise_on_image_difference(expected, actual, tol):
6868

6969
with warnings.catch_warnings(): # mpl 3.0
7070
warnings.filterwarnings("ignore")
71-
mpl.use("agg", warn=False, force=True)
71+
mpl.use("agg", force=True)
7272
from matplotlib import pyplot as plt
7373

7474
__orig_switch_backend = plt.switch_backend

0 commit comments

Comments
 (0)