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

Support '--unstable-feature' in requirements files #8293

Closed

Commits on May 22, 2020

  1. Support '--unstable-feature' in requirements files

    This patch adds support for `--unstable-feature` in requirements files
    so that a project that wants all contributers using the same pip
    features can specify it in the requirements file. For example, to ensure
    a requirements file uses the new resolver:
    
    ```
    --unstable-feature=resolver
    boto3
    boto3==1.13.13
    ```
    rouge8 committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b9d9eb6 View commit details
    Browse the repository at this point in the history