autopkgtest fails in Focal and Groovy

Bug #1921917 reported by Balint Reczey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pandas (Ubuntu)
Fix Released
Undecided
Unassigned
Focal
New
Undecided
Unassigned
Groovy
New
Undecided
Unassigned

Bug Description

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] ______________________

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()
> 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.

Balint Reczey (rbalint)
tags: added: update-excuse-focal
removed: update-excuse
Balint Reczey (rbalint)
description: updated
summary: - autopkgtest fails in Focal
+ autopkgtest fails in Focal and Groovy
tags: added: update-excuse-groovy
Changed in pandas (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.