Skip to content

Commit 33a4a0e

Browse files
committed
Fix one last old xfail call.
1 parent 52efa9b commit 33a4a0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/tests/test_backend_pgf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ def test_xelatex():
9999
def test_pdflatex():
100100
import os
101101
if os.environ.get('APPVEYOR', False):
102-
from matplotlib.testing import xfail
103-
xfail("pdflatex test does not work on appveyor due "
104-
"to missing latex fonts")
102+
pytest.xfail("pdflatex test does not work on appveyor due to missing "
103+
"LaTeX fonts")
105104

106105
rc_pdflatex = {'font.family': 'serif',
107106
'pgf.rcfonts': False,

0 commit comments

Comments
 (0)