-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
pytest on test_html.py failing #30168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What does it fail with? An ImportError? Most likely needs an importorskip on html5lib and / or beautiful soup. |
Ill check for that! Thanks! |
The test fails here: pandas/tests/io/test_html.py:389: dfs = self.read_html(macau_data, index_col=0, header=0) AttributeError: 'NoneType' object has no attribute 'items' on formatter.py, line62. Can you help me fix this issue? |
Same here, But the failing tests passed once I installed an older version of |
downgrading |
When running pytest -v pandas/tests/io/test_html.py the following test fails:
pandas/tests/io/test_html.py::TestReadHtml::test_thousands_macau_index_col[bs4] FAILED [ 26%]
When I push the file, it passes all verifications on the pipeline.
The text was updated successfully, but these errors were encountered: