From 8ab093b7c625dc32d5a76453d5c1b2fef8c5c252 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 18 Mar 2019 21:55:46 -0400 Subject: [PATCH] TST: only test agg_filter extensions with baseline images --- lib/matplotlib/tests/test_agg_filter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/matplotlib/tests/test_agg_filter.py b/lib/matplotlib/tests/test_agg_filter.py index 419071b1a453..913034636603 100644 --- a/lib/matplotlib/tests/test_agg_filter.py +++ b/lib/matplotlib/tests/test_agg_filter.py @@ -4,7 +4,8 @@ from matplotlib.testing.decorators import image_comparison -@image_comparison(baseline_images=['agg_filter_alpha']) +@image_comparison(baseline_images=['agg_filter_alpha'], + extensions=['png', 'pdf']) def test_agg_filter_alpha(): ax = plt.axes() x, y = np.mgrid[0:7, 0:8]