Skip to content

Commit 9faf231

Browse files
authored
Merge pull request #13710 from tacaswell/tst_fix_aggfilter_test
TST: only test agg_filter extensions with baseline images
2 parents 24524c4 + 8ab093b commit 9faf231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_agg_filter.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from matplotlib.testing.decorators import image_comparison
55

66

7-
@image_comparison(baseline_images=['agg_filter_alpha'])
7+
@image_comparison(baseline_images=['agg_filter_alpha'],
8+
extensions=['png', 'pdf'])
89
def test_agg_filter_alpha():
910
ax = plt.axes()
1011
x, y = np.mgrid[0:7, 0:8]

0 commit comments

Comments
 (0)