Replace custom Finder
with Resolver
in pip sync
#2694
Labels
internal
A refactor or improvement that is not user-facing
Finder
with Resolver
in pip sync
#2694
We see bug from time-to-time that only manifest themselves in
pip sync
. The issue is thatpip sync
uses a custom mini-resolver to take advantage of the fact that we expect versions to be pinned.I think the resolver is now optimized enough that this shouldn't really matter. Let's try removing the
Finder
and doing some basic benchmarking.The text was updated successfully, but these errors were encountered: