Skip to content

Commit 456dcae

Browse files
committed
TST: skip Fred / YahooOptions tests
1 parent 5d67720 commit 456dcae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/io/tests/test_data.py

+8
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ class TestYahooOptions(tm.TestCase):
302302
@classmethod
303303
def setUpClass(cls):
304304
super(TestYahooOptions, cls).setUpClass()
305+
raise nose.SkipTest('disable Yahoo Options tests')
306+
305307
_skip_if_no_lxml()
306308
_skip_if_no_bs()
307309
raise nose.SkipTest('unreliable test')
@@ -500,6 +502,12 @@ def test_read_famafrench(self):
500502

501503

502504
class TestFred(tm.TestCase):
505+
506+
@classmethod
507+
def setUpClass(cls):
508+
super(TestFred, cls).setUpClass()
509+
raise nose.SkipTest('disable Fred tests')
510+
503511
@network
504512
def test_fred(self):
505513
raise nose.SkipTest('buggy as of 2/14/16; maybe a data revision?')

0 commit comments

Comments
 (0)