forked from pypa/build
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes pypa#90. [The `--isolated` option](https://github.com/pypa/pip/blob/89a51a6fefec826256fb334ea6244dfb0b3455a0/src/pip/_internal/cli/cmdoptions.py#L153) ignores environment variables and user configuration, so only the passed command will be run. This fixes `python -m build` for users with `PIP_REQUIRE_VIRTUALENV`, and maybe some other cases. I'm not sure if it will break other flows though, such as if a proxy is configured.
- Loading branch information
1 parent
10bf02e
commit dd19792
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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