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

solver: make results of poetry update more deterministic and similar to results of poetry lock #6477

Merged
merged 1 commit into from Sep 17, 2022

Commits on Sep 17, 2022

  1. solver: make results of poetry update more deterministic and simila…

    …r to results of `poetry lock`
    
    When running `poetry lock`, dependencies with less candidates are chosen first.
    Prior to this change when running `poetry update`, all whitelisted dependencies (aka `use_latest`) got the same priority which results in a more or less random resolution order.
    radoering committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    9b09a54 View commit details
    Browse the repository at this point in the history