Skip to content

Commit 31e6798

Browse files
committed
TST: remove test_yahoo options test skipping
1 parent f09a03c commit 31e6798

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/io/tests/test_yahoo.py

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def test_options(self):
104104
except ImportError:
105105
raise nose.SkipTest
106106

107-
##### FAILING #####
108-
raise nose.SkipTest('this test is currently failing')
109-
110107
# aapl has monthlies
111108
aapl = web.Options('aapl', 'yahoo')
112109
today = datetime.today()

0 commit comments

Comments
 (0)