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

pip-compile -P PKGSPEC ignores pkgs not already parsed as constraints #1031

Merged
merged 4 commits into from
Jan 21, 2020

Commits on Jan 19, 2020

  1. compile: separately handle existing pins marked to-upgrade (-P), and …

    …exclude -P args not already pinned or primarily required; fixes jazzband#759
    
    Co-Authored-By: Albert Tugushev <[email protected]>
    
    use long option style --upgrade-package in test
    
    exact line-matching in expected output
    
    more readable if/else instead of ternary
    AndydeCleyre committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    d1fb07e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    08cc1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2ca09 View commit details
    Browse the repository at this point in the history
  3. existing_pins_to_upgrade is now a set from the start, no need for a m…

    …apping
    
    Co-Authored-By: Albert Tugushev <[email protected]>
    AndydeCleyre and atugushev committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    2f0d80a View commit details
    Browse the repository at this point in the history