Skip to content

Commit e27c7c4

Browse files
committed
Mark delaunay tests as needing a specific range of freetype versions.
1 parent f22547c commit e27c7c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_delaunay.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ def make_test(func):
167167

168168
# We only generate PNGs to save disk space -- we just assume
169169
# that any backend differences are caught by other tests.
170-
@image_comparison(filenames, extensions=['png'])
170+
@image_comparison(filenames, extensions=['png'],
171+
freetype_version=('2.4.5', '2.4.9'))
171172
def reference_test():
172173
nnt.plot(func, interp=False, plotter='imshow')
173174
nnt.plot(func, interp=True, plotter='imshow')

0 commit comments

Comments
 (0)