We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e42a99 commit ad5affbCopy full SHA for ad5affb
pandas/tests/io/test_html.py
@@ -99,10 +99,9 @@ def test_banklist_url(self):
99
100
assert_framelist_equal(df1, df2)
101
102
- @pytest.mark.xfail(reason="no tables found: gh-20685")
103
@network
104
def test_spam_url(self):
105
- url = ('http://ndb.nal.usda.gov/ndb/foods/show/1732?fg=&man=&'
+ url = ('http://ndb.nal.usda.gov/ndb/foods/show/300772?fg=&man=&'
106
'lfacet=&format=&count=&max=25&offset=&sort=&qlookup=spam')
107
df1 = self.read_html(url, '.*Water.*')
108
df2 = self.read_html(url, 'Unit')
0 commit comments