Skip to content

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

@andrewphilipsmith

Description

@andrewphilipsmith

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions