We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2f115 commit 8f1a318Copy full SHA for 8f1a318
pandas/io/tests/test_data.py
@@ -491,6 +491,7 @@ def test_read_fred(self):
491
492
@network
493
def test_read_famafrench(self):
494
+ raise nose.SkipTest('buggy as of 2/14/16; maybe a data revision?')
495
for name in ("F-F_Research_Data_Factors",
496
"F-F_Research_Data_Factors_weekly", "6_Portfolios_2x3",
497
"F-F_ST_Reversal_Factor", "F-F_Momentum_Factor"):
@@ -502,6 +503,7 @@ def test_read_famafrench(self):
502
503
class TestFred(tm.TestCase):
504
505
def test_fred(self):
506
507
508
# Throws an exception when DataReader can't get a 200 response from
509
# FRED.
0 commit comments