Merge pull request #14338 from orf/14274-dont-write-bytecode

Add PYTHONDONTWRITEBYTECODE to common_stage_test_env.
This commit is contained in:
Mike McQuaid 2023-01-09 13:57:12 +00:00 committed by GitHub
commit 9687b213b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2664,6 +2664,7 @@ class Formula
GOPATH: "#{HOMEBREW_CACHE}/go_mod_cache",
CARGO_HOME: "#{HOMEBREW_CACHE}/cargo_cache",
CURL_HOME: ENV.fetch("CURL_HOME") { Dir.home },
PYTHONDONTWRITEBYTECODE: "1",
}
end