From 31e6798ea41def522dd7da07756b4b9ef2b8e3f9 Mon Sep 17 00:00:00 2001 From: jreback Date: Wed, 26 Jun 2013 14:25:19 -0400 Subject: [PATCH] TST: remove test_yahoo options test skipping --- pandas/io/tests/test_yahoo.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pandas/io/tests/test_yahoo.py b/pandas/io/tests/test_yahoo.py index b85c981ad83fe..f2a55a4231c00 100644 --- a/pandas/io/tests/test_yahoo.py +++ b/pandas/io/tests/test_yahoo.py @@ -104,9 +104,6 @@ def test_options(self): except ImportError: raise nose.SkipTest - ##### FAILING ##### - raise nose.SkipTest('this test is currently failing') - # aapl has monthlies aapl = web.Options('aapl', 'yahoo') today = datetime.today()