8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5680965 + b6a4c26 commit f2912e5Copy full SHA for f2912e5
lib/matplotlib/tests/test_backend_ps.py
@@ -51,6 +51,8 @@ def test_savefig_to_stringio():
51
52
@cleanup
53
def test_savefig_to_stringio_with_distiller():
54
+ if not matplotlib.checkdep_ghostscript():
55
+ raise SkipTest("This test requires a GhostScript installation")
56
matplotlib.rcParams['ps.usedistiller'] = 'ghostscript'
57
_test_savefig_to_stringio()
58
0 commit comments