Skip to content

Commit 2f56a09

Browse files
committed
TST: correctly mark test_options in test_yahoo to skip
1 parent 82cc90d commit 2f56a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_yahoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_options(self):
105105
raise nose.SkipTest
106106

107107
##### FAILING #####
108-
nose.SkipTest('this test is currently failing')
108+
raise nose.SkipTest('this test is currently failing')
109109

110110
# aapl has monthlies
111111
aapl = web.Options('aapl', 'yahoo')

0 commit comments

Comments
 (0)