We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The tests should pass.
This error message is produced:
DeprecationWarning: The 'strip_cdata' option of HTMLParser() has never done anything and will eventually be removed.
The text was updated successfully, but these errors were encountered:
impose upper version number of lxml
34d87ac
See #158 for more details
No branches or pull requests
How to reproduce
Expected behaviour
The tests should pass.
Actual behaviour
This error message is produced:
The text was updated successfully, but these errors were encountered: