Add PYTHONDONTWRITEBYTECODE to common_stage_test_env. Closes #14274
This commit is contained in:
parent
974984d1f5
commit
42a95dc7a7
@ -2659,11 +2659,12 @@ class Formula
|
|||||||
# Common environment variables used at both build and test time.
|
# Common environment variables used at both build and test time.
|
||||||
def common_stage_test_env
|
def common_stage_test_env
|
||||||
{
|
{
|
||||||
_JAVA_OPTIONS: "-Duser.home=#{HOMEBREW_CACHE}/java_cache",
|
_JAVA_OPTIONS: "-Duser.home=#{HOMEBREW_CACHE}/java_cache",
|
||||||
GOCACHE: "#{HOMEBREW_CACHE}/go_cache",
|
GOCACHE: "#{HOMEBREW_CACHE}/go_cache",
|
||||||
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