We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1381e51 commit e023f2fCopy full SHA for e023f2f
pandas/io/tests/test_data.py
@@ -481,6 +481,8 @@ def test_read_famafrench(self):
481
for name in ("F-F_Research_Data_Factors",
482
"F-F_Research_Data_Factors_weekly", "6_Portfolios_2x3",
483
"F-F_ST_Reversal_Factor", "F-F_Momentum_Factor"):
484
+ raise nose.SkipTest('getting 404 errors as of 7/15/15')
485
+
486
ff = DataReader(name, "famafrench")
487
self.assertTrue(ff is not None)
488
self.assertIsInstance(ff, dict)
0 commit comments