Skip to content

Commit 91e592a

Browse files
committed
skip if no mpl
1 parent 882fec6 commit 91e592a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/plotting/frame/test_frame_legend.py

+3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
from matplotlib.lines import Line2D
33
import pytest
44

5+
import pandas.util._test_decorators as td
6+
57
from pandas import DataFrame
68

79

10+
@td.skip_if_no_mpl
811
@pytest.mark.xfail(
912
reason=(
1013
"Open bug in matplotlib "

0 commit comments

Comments
 (0)