Skip to content

Fix incompatibilities with pip v26.1 #2379

@sirosen

Description

@sirosen

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:

  1. AttributeError: 'DirectUrl' object has no attribute 'info' hit when pip-sync runs with URL reqs
  2. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions