12 max rounds

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 08:02:00 -04:00
parent 15c6cd3eb8
commit a2870bc1f0
+1 -1
View File
@@ -70,7 +70,7 @@ class Resolver(object):
"""
return {ireq: self.repository.get_hashes(ireq) for ireq in ireqs}
def resolve(self, max_rounds=10):
def resolve(self, max_rounds=12):
"""
Finds concrete package versions for all the given InstallRequirements
and their recursive dependencies. The end result is a flat list of