Skip to content

Commit 1a41860

Browse files
committed
TST: tweak test case to not skip unnecessarily
1 parent bc8551e commit 1a41860

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/stats/tests/test_moments.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ def test_cmov_window_frame(self):
118118
assert_frame_equal(DataFrame(xp), rs)
119119

120120
def test_cmov_window_na_min_periods(self):
121-
try:
122-
from scikits.timeseries.lib import cmov_window
123-
except ImportError:
124-
raise nose.SkipTest
125-
126121
# min_periods
127122
vals = Series(np.random.randn(10))
128123
vals[4] = np.nan

0 commit comments

Comments
 (0)