Skip to content
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

Cannot use latest version of lxml (v5.3.0) #158

Open
andrewphilipsmith opened this issue Nov 27, 2024 · 0 comments
Open

Cannot use latest version of lxml (v5.3.0) #158

andrewphilipsmith opened this issue Nov 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@andrewphilipsmith
Copy link
Collaborator

How to reproduce

git clone ....
cd poppusher
pip install -e ".[dev]"
pytest # works
pip install --upgrade lxml. # upgrades to v5.3.0
pytest # fails
pytest -k test_retrieve_table_description # fails

Expected behaviour

The tests should pass.

Actual behaviour

This error message is produced:

DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
@andrewphilipsmith andrewphilipsmith added the bug Something isn't working label Nov 27, 2024
andrewphilipsmith added a commit that referenced this issue Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant