Skip to content

Commit 79fc8c4

Browse files
committed
TST: take out IPython check for timeseries plotting tests
1 parent 3ebc87d commit 79fc8c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tseries/tests/test_plotting.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class TestTSPlot(unittest.TestCase):
2424

2525
@classmethod
2626
def setUpClass(cls):
27-
import sys
28-
if 'IPython' in sys.modules:
29-
raise nose.SkipTest
30-
3127
try:
3228
import matplotlib as mpl
3329
mpl.use('Agg', warn=False)

0 commit comments

Comments
 (0)