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 c27007f commit 37660a1Copy full SHA for 37660a1
docs/config.rst
@@ -534,7 +534,7 @@ Base options
534
- ✅
535
536
537
-
+
538
539
540
More environment variable-related information
src/tox/tox_env/api.py
@@ -220,7 +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
+ "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