Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit for 10 packages #9

Open
mcsakoff opened this issue Jun 24, 2020 · 2 comments
Open

Limit for 10 packages #9

mcsakoff opened this issue Jun 24, 2020 · 2 comments

Comments

@mcsakoff
Copy link

i = 0
while not self.is_solved():
if not self._run() or i > 10:
break
i += 1

Is it intended limit or some testing code left over?

@pombredanne
Copy link

@mcsakoff good catch. I think this library is not updated at all and the canonical code lives instead in https://github.com/python-poetry/poetry/blob/master/poetry/mixology/version_solver.py#L67 instead.
@sdispater can you confirm this? Any intention to restore mixology as a self-standing library on your side?
(I need it for https://github.com/nexB/dependentcode/ ... so I would need to know what's your rough plan there, thanks!)

@pombredanne
Copy link

@mcsakoff note that was not a bug though, just a way to limit the number of resolution iterations to some number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants