Skip to content

Commit 0e88df6

Browse files
committed
skips
1 parent 33c9e04 commit 0e88df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/plotting/test_datetimelike.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ def test_secondary_y_ts(self):
610610

611611
@pytest.mark.slow
612612
def test_secondary_kde(self):
613+
if not self.mpl_ge_1_5_0:
614+
pytest.skip("mpl is not supported")
613615
tm._skip_if_no_scipy()
614616
_skip_if_no_scipy_gaussian_kde()
615617

0 commit comments

Comments
 (0)