Merge pull request #14338 from orf/14274-dont-write-bytecode
Add PYTHONDONTWRITEBYTECODE to common_stage_test_env.
This commit is contained in:
commit
9687b213b0
@ -2664,6 +2664,7 @@ class Formula
|
|||||||
GOPATH: "#{HOMEBREW_CACHE}/go_mod_cache",
|
GOPATH: "#{HOMEBREW_CACHE}/go_mod_cache",
|
||||||
CARGO_HOME: "#{HOMEBREW_CACHE}/cargo_cache",
|
CARGO_HOME: "#{HOMEBREW_CACHE}/cargo_cache",
|
||||||
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
|
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
|
||||||
|
PYTHONDONTWRITEBYTECODE: "1",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user