Skip to content

Commit 261c877

Browse files
authored
Update test_show_config.py
1 parent 4d87862 commit 261c877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/session/cmd/test_show_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ 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", "NETRC"]
127+
+ ["LANGUAGE", "LDFLAGS", "LD_LIBRARY_PATH"]
128128
+ (["MSYSTEM"] if is_win else [])
129-
+ ["NO_COLOR"]
129+
+ ["NETRC", "NO_COLOR"]
130130
+ (["NUMBER_OF_PROCESSORS", "PATHEXT"] if is_win else [])
131131
+ ["PIP_*", "PKG_CONFIG", "PKG_CONFIG_PATH", "PKG_CONFIG_SYSROOT_DIR"]
132132
+ (["PROCESSOR_ARCHITECTURE"] if is_win else [])

0 commit comments

Comments
 (0)