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

Refactor: move get_locked() from VersionSolver to Provider #6204

Merged

Commits on Aug 23, 2022

  1. refactor(solver): remove unnecessary parameter "provider" (was only u…

    …sed in tests and can cause inconsistencies between a solver and its provider)
    radoering committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9c5c6dc View commit details
    Browse the repository at this point in the history
  2. refactor(provider): remove unused parameter "env" (environment must a…

    …lways be set via contextmanager "use_environment" to avoid inconsistent python_constraint)
    radoering committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8fe87d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c9e9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f50a9e View commit details
    Browse the repository at this point in the history