mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Re-updated pip patch to ignore compatibility when sorting
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -294,7 +294,7 @@ class PackageFinder(object):
|
||||
|
||||
return files, urls
|
||||
|
||||
def _candidate_sort_key(self, candidate, ignore_compatibility=False):
|
||||
def _candidate_sort_key(self, candidate, ignore_compatibility=True):
|
||||
"""
|
||||
Function used to generate link sort key for link tuples.
|
||||
The greater the return value, the more preferred it is.
|
||||
|
||||
Reference in New Issue
Block a user