** Description changed: autopkgtest.ubuntu.com/packages/pandas/focal/amd64 https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-focal/focal/amd64/p/pandas/20210330_130131_ec8f6@/log.gz ... + ================================== FAILURES =================================== + _____________________ TestReadHtml.test_banklist_url[bs4] ______________________ - /usr/lib/python3/dist-packages/pandas/io/html.py:912: - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ + self = <pandas.tests.io.test_html.TestReadHtml object at 0x7f5ca7638400> + + @network + def test_banklist_url(self): + url = "http://www.fdic.gov/bank/individual/failed/banklist.html" + > df1 = self.read_html( + url, "First Federal Bank of Florida", attrs={"id": "table"} + ) + + /usr/lib/python3/dist-packages/pandas/tests/io/test_html.py:127: + ... + /usr/lib/python3/dist-packages/pandas/io/html.py:912: + _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ exc = ValueError("No tables found matching regex 'First Federal Bank of Florida'") traceback = None - def raise_with_traceback(exc, traceback=Ellipsis): - """ - Raise exception with existing traceback. - If traceback is not passed, uses sys.exc_info() to get traceback. - """ - if traceback == Ellipsis: - _, _, traceback = sys.exc_info() + def raise_with_traceback(exc, traceback=Ellipsis): + """ + Raise exception with existing traceback. + If traceback is not passed, uses sys.exc_info() to get traceback. + """ + if traceback == Ellipsis: + _, _, traceback = sys.exc_info() > raise exc.with_traceback(traceback) E ValueError: No tables found matching regex 'First Federal Bank of Florida' ... Apparently First Federal Bank of Florida have not bought up enough failed banks and this makes pandas sad.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1921917 Title: autopkgtest fails in Focal To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pandas/+bug/1921917/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
