We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55ca5c commit a3c4b59Copy full SHA for a3c4b59
pandas/io/tests/test_html.py
@@ -358,12 +358,16 @@ def test_negative_skiprows(self):
358
359
@network
360
def test_multiple_matches(self):
361
+ raise nose.SkipTest("pythonxy link seems to have changed")
362
+
363
url = 'http://code.google.com/p/pythonxy/wiki/StandardPlugins'
364
dfs = self.read_html(url, match='Python', attrs={'class': 'wikitable'})
365
self.assertTrue(len(dfs) > 1)
366
367
368
def test_pythonxy_plugins_table(self):
369
370
371
372
373
zz = [df.iloc[0, 0] for df in dfs]
0 commit comments