Skip to content

Commit 4d87862

Browse files
authored
Update test_show_config.py
1 parent 37660a1 commit 4d87862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/session/cmd/test_show_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_pass_env_config_default(tox_project: ToxProjectCreator, stdout_is_atty:
124124
+ ["CC", "CCSHARED", "CFLAGS"]
125125
+ (["COMSPEC"] if is_win else [])
126126
+ ["CPPFLAGS", "CURL_CA_BUNDLE", "CXX", "FORCE_COLOR", "HOME", "LANG"]
127-
+ ["LANGUAGE", "LDFLAGS", "LD_LIBRARY_PATH"]
127+
+ ["LANGUAGE", "LDFLAGS", "LD_LIBRARY_PATH", "NETRC"]
128128
+ (["MSYSTEM"] if is_win else [])
129129
+ ["NO_COLOR"]
130130
+ (["NUMBER_OF_PROCESSORS", "PATHEXT"] if is_win else [])

0 commit comments

Comments
 (0)