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

config: fix handling of venv opts env vars #9015

Merged
merged 2 commits into from
Feb 25, 2024

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    1752f63 View commit details
    Browse the repository at this point in the history
  2. config: fix handling of venv opts env vars

    This change correctly handles virtual environment creation options
    provided via environment variables. For example, previously when
    `POETRY_VIRTUALENVS_OPTIONS_SYSTEM_SITE_PACKAGES` was specified via an
    environment variable, this was incorrectly ignored when a virtual
    environment was created.
    abn committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    94f3c57 View commit details
    Browse the repository at this point in the history