1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/news
Tzu-ping Chung d18ac6250e Exclude a known incompatible installed candidate
The resolver collects previously known incompatibilites and sends them
to the provider. But previously the provider does not correctly exclude
the currently-installed candidate if it is present in that
incompatibility list, causing the resolver to enter a loop trying that
same candidate. This patch correctly applies incompat_ids when producing
an AlreadyInstalledCandidate and exclude it if its id() is in the set.
2021-05-18 23:00:25 +08:00
..
.gitignore Generate our NEWS.rst with towncrier 2017-03-19 12:00:31 -04:00
9841.bugfix.rst Exclude a known incompatible installed candidate 2021-05-18 23:00:25 +08:00
e0021c1f-5eeb-4f32-bfe8-87752f034acd.trivial.rst Fix typo in NEWS.rst 2021-05-01 13:20:04 +02:00