8000 Fix one last old xfail call. · matplotlib/matplotlib@3cb2752 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cb2752

Browse files
committed
Fix one last old xfail call.
1 parent ca255dd commit 3cb2752

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)
0