[Core] Make extension install pip subprocess ignore PIP_REQUIRE_VIRTUALENV#33359
Draft
Copilot wants to merge 2 commits into
Draft
[Core] Make extension install pip subprocess ignore PIP_REQUIRE_VIRTUALENV#33359Copilot wants to merge 2 commits into
PIP_REQUIRE_VIRTUALENV#33359Copilot wants to merge 2 commits into
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Agent-Logs-Url: https://github.com/Azure/azure-cli/sessions/f6895154-19d0-4a68-9cbb-1786264d0c2d Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix extension installation failure when PIP_REQUIRE_VIRTUALENV is true
[Core] Make extension install pip subprocess ignore May 12, 2026
PIP_REQUIRE_VIRTUALENV
Collaborator
|
Core |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
az extension add --name azure-devopsaz extension update --name <extension>Description
az extension addfails whenPIP_REQUIRE_VIRTUALENV=trueis exported because that env var is inherited by the pip subprocess and forces pip to require an activated virtualenv. This change isolates extension installation from that host-level pip guardrail.python -m pip install --target ...and inheritedPIP_REQUIRE_VIRTUALENV, causing pip exit code 3.src/azure-cli-core/azure/cli/core/extension/operations.py:os.environ.copy()PIP_REQUIRE_VIRTUALENVfrom that envcheck_output(...)in_run_pip.src/azure-cli-core/azure/cli/core/extension/tests/latest/test_extension_commands.py:PIP_REQUIRE_VIRTUALENVis stripped while unrelated env vars are preserved.Testing Guide
az extension remove --name azure-devops export PIP_REQUIRE_VIRTUALENV=true az extension add --name azure-devopsExpected: extension installs successfully (no pip virtualenv error).
History Notes
[Core]
az extension add: IgnorePIP_REQUIRE_VIRTUALENVin extension-install pip subprocess[Core]
az extension update: IgnorePIP_REQUIRE_VIRTUALENVin extension-install pip subprocessThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
azcliprod.blob.core.windows.net/usr/bin/python python -m unittest azure.cli.core.extension.tests.latest.test_extension_commands(dns block)If you need me to access, download, or install something from one of these locations, you can either: