We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed64e8 commit bc7acf9Copy full SHA for bc7acf9
pandas/tests/io/test_html.py
@@ -121,6 +121,7 @@ def test_to_html_compat(self):
121
res = self.read_html(out, attrs={"class": "dataframe"}, index_col=0)[0]
122
tm.assert_frame_equal(res, df)
123
124
+ @pytest.mark.xfail(reason="ResourceWarning from html5lib #36467", strict=False)
125
@tm.network
126
def test_banklist_url_positional_match(self):
127
url = "http://www.fdic.gov/bank/individual/failed/banklist.html"
0 commit comments