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

Fix Resolver unstability with extras: Use InstallRequirement.extras for the diff in the Resolver. #566

Merged

Commits on Sep 25, 2017

  1. Use InstallRequirement.extras for the diff in the Resolver.

    The extras are combined in the InstallRequirement.extras, not in the
    Requirement.extras. Comparing the Requirement.extras could cause flakyness in
    the Resolver stabilisation, as the list of extras would vary based on the
    iteration order on the set of InstallRequirement.
    vphilippon committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    08aed9d View commit details
    Browse the repository at this point in the history