8000 Update lib/matplotlib/testing/decorators.py · matplotlib/matplotlib@1a35dd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a35dd0

Browse files
timhoffmgreglucas
andauthored
Update lib/matplotlib/testing/decorators.py
Co-authored-by: Greg Lucas <greg.m.lucas@gmail.com>
1 parent 8c95188 commit 1a35dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def wrapper(*args, extension, request, **kwargs):
268268
'pdf': 'because Ghostscript is not installed',
269269
'eps': 'because Ghostscript is not installed',
270270
'svg': 'because Inkscape is not installed',
271-
}.get(extension, '')
271+
}.get(extension, 'on this system')
272272
pytest.skip(f"Cannot compare {extension} files {reason}")
273273

274274
img = _ImageComparisonBase(func, tol=tol, remove_text=remove_text,

0 commit comments

Comments
 (0)
0