Skip to content

Commit e023f2f

Browse files
committed
TST: skip famafrench test for now
1 parent 1381e51 commit e023f2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/tests/test_data.py

+2
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@ def test_read_famafrench(self):
481481
for name in ("F-F_Research_Data_Factors",
482482
"F-F_Research_Data_Factors_weekly", "6_Portfolios_2x3",
483483
"F-F_ST_Reversal_Factor", "F-F_Momentum_Factor"):
484+
raise nose.SkipTest('getting 404 errors as of 7/15/15')
485+
484486
ff = DataReader(name, "famafrench")
485487
self.assertTrue(ff is not None)
486488
self.assertIsInstance(ff, dict)

0 commit comments

Comments
 (0)