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

PoC: automatically create a pinned extra with dependencies pinned from the lock file #9428

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    b4b4ccb View commit details
    Browse the repository at this point in the history
  2. installer: add option to install without re-resolving (just by evalua…

    …ting locked markers) (python-poetry#9427)
    
    - introduce "installer.re-resolve" config option (default: True)
    - if the config option is set to False and the lock file is at least version 2.1, the installer will not re-resolve but evaluate locked markers
    radoering committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    3e3c070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b51e99 View commit details
    Browse the repository at this point in the history