Minimally, pip==26.1 makes tests fail under tox. Some of the issues may be active user-facing problems, and some may be internal or niche things caught by the unit tests.
Here's what I saw in my first check on python 3.14:
AttributeError: 'DirectUrl' object has no attribute 'info' hit when pip-sync runs with URL reqs
tests/test_cli_sync.py::test_python_executable_option does not call mocked run func
Steps to replicate
Update the supported version of pip in tox.ini and run tests.
Minimally,
pip==26.1makes tests fail under tox. Some of the issues may be active user-facing problems, and some may be internal or niche things caught by the unit tests.Here's what I saw in my first check on python 3.14:
AttributeError: 'DirectUrl' object has no attribute 'info'hit whenpip-syncruns with URL reqstests/test_cli_sync.py::test_python_executable_optiondoes not call mocked run funcSteps to replicate
Update the supported version of
pipintox.iniand run tests.