We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21b9dc commit 5134427Copy full SHA for 5134427
lib/matplotlib/tests/test_backend_pgf.py
@@ -92,15 +92,12 @@ def test_xelatex():
92
93
# test compiling a figure to pdf with pdflatex
94
@needs_pgf_pdflatex
95
+@pytest.mark.skipif(not _has_tex_package('type1ec'), reason='needs type1ec.sty')
96
@pytest.mark.skipif(not _has_tex_package('ucs'), reason='needs ucs.sty')
97
@pytest.mark.backend('pgf')
98
@image_comparison(['pgf_pdflatex.pdf'], style='default',
99
tol=11.71 if _old_gs_version else 0)
100
def test_pdflatex():
- if os.environ.get('APPVEYOR'):
101
- pytest.xfail("pdflatex test does not work on appveyor due to missing "
102
- "LaTeX fonts")
103
-
104
rc_pdflatex = {'font.family': 'serif',
105
'pgf.rcfonts': False,
106
'pgf.texsystem': 'pdflatex',
0 commit comments