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

Drop poetry's dependency on pip and setuptools in project virtual environment #2826

Merged
merged 8 commits into from
Mar 23, 2021

Commits on Mar 21, 2021

  1. Drop pip from critical packages in project venv

    Use embedded pip wheel from virtualenv package. This avoids the need
    for pip to be a critical package in the project's virtual environment.
    abn committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    35179af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b573c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee74d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2bbc68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a9e5ed View commit details
    Browse the repository at this point in the history
  6. env: add missing type hinting

    abn committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    84622ce View commit details
    Browse the repository at this point in the history
  7. tests: fix env test helpers

    abn committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    5ab8e81 View commit details
    Browse the repository at this point in the history
  8. env: allow using embedded pip via run

    This change allows users to run embedded pip via `poetry run pip`.
    abn committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    102df05 View commit details
    Browse the repository at this point in the history