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

Treat --upgrade-packages PKGSPECs as constraints (not just minimums), consistently #1578

Merged
merged 5 commits into from
Dec 12, 2022

Commits on Oct 3, 2022

  1. Also treat --upgrade-packages as '-c constraints.txt' style constraints

    Ensure temporary constraints file gets cleaned up
    in a way that avoids Windows file handling complications
    AndydeCleyre committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    103623c View commit details
    Browse the repository at this point in the history
  2. Don't add upgrade pkgs which are also existing pins as regular reqs

    Remove leftovers of now unused existing_pins_to_upgrade set
    AndydeCleyre committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    10808bf View commit details
    Browse the repository at this point in the history
  3. Parametrize test_upgrade_packages_option_subdependency

    ... to cover when the subdependency is not already pinned
    AndydeCleyre committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    051c72c View commit details
    Browse the repository at this point in the history
  4. Parametrize combined --upgrade and -P test

    ... to cover when the -P pkgs are only subdependencies
    AndydeCleyre committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    91a1c0e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    4739841 View commit details
    Browse the repository at this point in the history