Skip to content

Commit c7e2cd3

Browse files
committed
TST: skip test_kds_colors if too old scipy installed
1 parent 85ad2b7 commit c7e2cd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/test_graphics.py

+3
Original file line numberDiff line numberDiff line change
@@ -2222,6 +2222,9 @@ def test_hist_colors(self):
22222222

22232223
@slow
22242224
def test_kde_colors(self):
2225+
tm._skip_if_no_scipy()
2226+
_skip_if_no_scipy_gaussian_kde()
2227+
22252228
from matplotlib import cm
22262229

22272230
custom_colors = 'rgcby'

0 commit comments

Comments
 (0)