1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit/resolution_resolvelib
Jon Dufresne bf5f4008e7
Replace vendored html5lib with stdlib
The html5lib library isn't strictly required as the same functionality
can be achieved through the stdlib html.parser module.

The html5lib is one of the largest uses of the six library. By dropping
this unnecessary dependency, the pip project is closer to dropping the
six library.

Additionally, html5lib maintenance has slowed down and the project has
rejected pull requests to drop Python 2 support.

For now, the html5lib code remains, but is gated behind a command
line option: `--use-deprecated=html5lib`. After a sufficient amount of
time has passed without any reported bugs, the vendored library and this
flag can be removed completely.
2022-01-28 06:45:57 +00:00
..
__init__.py Run mypy on the tests directory 2021-08-22 09:57:26 -06:00
conftest.py Replace vendored html5lib with stdlib 2022-01-28 06:45:57 +00:00
test_provider.py Quote "PreferenceInformation" to avoid runtime NameError 2021-10-09 09:41:56 +01:00
test_requirement.py Complete type annotations of tests/unit/ directory 2021-09-23 05:44:54 -07:00
test_resolver.py Add --use-deprecated=backtrack-on-build-failures 2022-01-27 18:11:05 +00:00