-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 # failsExpected 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working