ignore_compatibility was supposed to default to False (#5926)

* fix resolver as ignore_compatibility was supposed to default to False, collect hashes already passes True.
This commit is contained in:
Matt Davis
2023-09-08 03:30:36 -04:00
committed by GitHub
parent 1e07814888
commit 9d470b4444
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ignore_compatibility was supposed to default to False (except for hash collection)
+1 -1
View File
@@ -337,7 +337,7 @@ class Resolver:
)
return finder
def finder(self, ignore_compatibility=True):
def finder(self, ignore_compatibility=False):
finder = self.package_finder
index_lookup = self.prepare_index_lookup()
finder._link_collector.index_lookup = index_lookup