8000 TST: Use article class when checking for pgf · matplotlib/matplotlib@6fd8684 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fd8684

Browse files
committed
TST: Use article class when checking for pgf
This follows from #23443 where pgf started using `article` instead of `minimal`, but the testing check was not updated for it.
1 parent 04d4ace commit 6fd8684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _check_for_pgf(texsystem):
9191
with TemporaryDirectory() as tmpdir:
9292
tex_path = Path(tmpdir, "test.tex")
9393
tex_path.write_text(r"""
94-
\documentclass{minimal}
94+
\documentclass{article}
9595
\usepackage{pgf}
9696
\begin{document}
9797
\typeout{pgfversion=\pgfversion}

0 commit comments

Comments
 (0)
0