You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output in the AssertionError line seems all mangled with the attributes from the different html table elements sprinkled in.
If I remove the html attributes for the table in data/test/test.htm, then the test passes. I notice that io.read_html uses BeautifulSoup. I have beautifulsoup-4.10.0 and soupsieve-2.3.1 installed.
The text was updated successfully, but these errors were encountered:
Testing meza-0.46.0, I get this error (py38-py310):
The output in the
AssertionError
line seems all mangled with the attributes from the different html table elements sprinkled in.If I remove the html attributes for the table in
data/test/test.htm
, then the test passes. I notice that io.read_html uses BeautifulSoup. I have beautifulsoup-4.10.0 and soupsieve-2.3.1 installed.The text was updated successfully, but these errors were encountered: