We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a83bd commit d23066eCopy full SHA for d23066e
src/tox/tox_env/api.py
@@ -220,6 +220,7 @@ def _default_pass_env(self) -> list[str]: # noqa: PLR6301
220
"HOME", # needed for `os.path.expanduser()` on non-Windows systems
221
"FORCE_COLOR", # force color output
222
"NO_COLOR", # disable color output
223
+ "NETRC", # used by pip and netrc modules
224
]
225
if sys.stdout.isatty(): # if we're on a interactive shell pass on the TERM
226
env.append("TERM")
0 commit comments