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

locker: handle nested extras requirement #3229

Merged
merged 1 commit into from
Oct 23, 2020
Merged

Commits on Oct 16, 2020

  1. locker: handle nested extras requirement

    Previously, when using locked repository, incorrect dependency instance
    was created when a dependency's extra requirement activated a
    nested extra. This change ensures that these are correctly
    loaded.
    
    As part of this change new lock files write PEP 508 serialised form of
    extra dependencies in order to reuse core logic to parse specification
    of extra requirement.
    
    Resolves: python-poetry#3224
    abn committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a76b6d2 View commit details
    Browse the repository at this point in the history