DeprecationWarning from _vendor/html5lib #6407
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
Environment
Description
pip/_vendor/html5lib/_trie/_base.py
is emitting a DeprecationWarning and apparently the code will stop working in Python 3.8.Expected behavior
pip runs on any Python version without emitting Python deprecation warnings
How to Reproduce
This problem came up via internal pip package usage by isort (PyCQA/isort#924). I've suggested that isort migrate to pip-api, but in any case it seems pip will have to address the impending code breakage of its internals.
Output
The text was updated successfully, but these errors were encountered: