We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22547c commit e27c7c4Copy full SHA for e27c7c4
lib/matplotlib/tests/test_delaunay.py
@@ -167,7 +167,8 @@ def make_test(func):
167
168
# We only generate PNGs to save disk space -- we just assume
169
# that any backend differences are caught by other tests.
170
- @image_comparison(filenames, extensions=['png'])
+ @image_comparison(filenames, extensions=['png'],
171
+ freetype_version=('2.4.5', '2.4.9'))
172
def reference_test():
173
nnt.plot(func, interp=False, plotter='imshow')
174
nnt.plot(func, interp=True, plotter='imshow')
0 commit comments