File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
crates/cargo-test-support/src Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1241,15 +1241,20 @@ pub trait TestEnv: Sized {
1241
1241
// Don't read the system git config which is out of our control.
1242
1242
. env ( "GIT_CONFIG_NOSYSTEM" , "1" )
1243
1243
. env_remove ( "__CARGO_DEFAULT_LIB_METADATA" )
1244
+ . env_remove ( "ALL_PROXY" )
1244
1245
. env_remove ( "EMAIL" )
1245
1246
. env_remove ( "GIT_AUTHOR_EMAIL" )
1246
1247
. env_remove ( "GIT_AUTHOR_NAME" )
1247
1248
. env_remove ( "GIT_COMMITTER_EMAIL" )
1248
1249
. env_remove ( "GIT_COMMITTER_NAME" )
1250
+ . env_remove ( "http_proxy" )
1251
+ . env_remove ( "HTTPS_PROXY" )
1252
+ . env_remove ( "https_proxy" )
1249
1253
. env_remove ( "MAKEFLAGS" )
1250
1254
. env_remove ( "MFLAGS" )
1251
1255
. env_remove ( "MSYSTEM" ) // assume cmd.exe everywhere on windows
1252
1256
. env_remove ( "RUSTC" )
1257
+ . env_remove ( "RUSTC_WORKSPACE_WRAPPER" )
1253
1258
. env_remove ( "RUSTC_WRAPPER" )
1254
1259
. env_remove ( "RUSTDOC" )
1255
1260
. env_remove ( "RUSTDOCFLAGS" )
You can’t perform that action at this time.
0 commit comments