Skip to content

Commit ebaa666

Browse files
committed
fixes
1 parent d513214 commit ebaa666

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/matplotlib/tests/test_backend_inline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import pytest
66

7+
from matplotlib.testing import subprocess_run_for_testing
78
from matplotlib.testing._markers import starts_subprocess
89

910
nbformat = pytest.importorskip('nbformat')

lib/matplotlib/tests/test_determinism.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
from matplotlib.patches import Circle, PathPatch
1717
from matplotlib.path import Path
1818
from matplotlib.testing import subprocess_run_for_testing
19-
from matplotlib.testing._markers import needs_ghostscript, needs_usetex, starts_subprocess
19+
from matplotlib.testing._markers import (
20+
needs_ghostscript, needs_usetex, starts_subprocess
21+
)
2022
import matplotlib.testing.compare
2123
from matplotlib.text import TextPath
2224
from matplotlib.transforms import IdentityTransform

0 commit comments

Comments
 (0)