Thanks to visit codestin.com Credit goes to github.com
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 0f49717 + 144b05d commit cb0d0e5Copy full SHA for cb0d0e5
1 file changed
lib/matplotlib/tests/test_backend_pgf.py
@@ -93,6 +93,11 @@ def test_xelatex():
93
@cleanup(style='classic')
94
@switch_backend('pgf')
95
def test_pdflatex():
96
+ import os
97
+ if os.environ.get('APPVEYOR', False):
98
+ from matplotlib.testing import xfail
99
+ xfail("pdflatex test does not work on appveyor due "
100
+ "to missing latex fonts")
101
if not check_for('pdflatex'):
102
raise SkipTest('pdflatex + pgf is required')
103
0 commit comments