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 --unstable-feature=resolver #7845

Merged
merged 1 commit into from
Mar 11, 2020
Merged

Commits on Mar 11, 2020

  1. Add --unstable-feature=resolver

    This introduces a new general option --unstable-feature that can be used
    to opt into "preview" features in pip not enabled by default. Currently
    the only available feature is "resolver".
    
    A stub resolver interface (which would fail on invocation) is provided
    to respond to the flag.
    
    The --unstable-feature option is hidden from --help since the resolver
    does not yet work. This suppression should be removed when we release
    the resolver for general/public testing.
    uranusjr committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fc810d7 View commit details
    Browse the repository at this point in the history