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

Add support for pip's 2020 dependency resolver #1539

Merged
merged 6 commits into from Jun 29, 2022

Commits on Jun 29, 2022

  1. Copy the full SHA
    ce6e479 View commit details
    Browse the repository at this point in the history
  2. Use legacy_resolver_only decorator

    Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    atugushev and webknjaz committed Jun 29, 2022
    Copy the full SHA
    57726d8 View commit details
    Browse the repository at this point in the history
  3. Rename remove_value() -> omit_list_value()

    Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    atugushev and webknjaz committed Jun 29, 2022
    Copy the full SHA
    cd9b40d View commit details
    Browse the repository at this point in the history
  4. Add test: "ignore incompatible existing pins"

    It shouldn't raise an error when a preexisting output file's
    pins conflict with the input files' constraints.
    
    jazzband#1539 (comment)
    AndydeCleyre authored and atugushev committed Jun 29, 2022
    Copy the full SHA
    059a271 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7d5caa9 View commit details
    Browse the repository at this point in the history
  6. Delegate to template-copying logic when combining install reqs

    Co-authored-by: Richard Frank <rich@quantopian.com>
    atugushev and richafrank committed Jun 29, 2022
    Copy the full SHA
    c5e6ce2 View commit details
    Browse the repository at this point in the history