mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
f74cfe0ed5
commit
03b3c8522d
@@ -394,9 +394,9 @@ def main(options: argparse.Namespace) -> NoReturn:
|
||||
# Here we install node.
|
||||
proxy_env = [
|
||||
"env",
|
||||
"http_proxy=" + os.environ.get("http_proxy", ""),
|
||||
"https_proxy=" + os.environ.get("https_proxy", ""),
|
||||
"no_proxy=" + os.environ.get("no_proxy", ""),
|
||||
"http_proxy=" + os.environ.get("http_proxy", ""), # noqa: SIM112
|
||||
"https_proxy=" + os.environ.get("https_proxy", ""), # noqa: SIM112
|
||||
"no_proxy=" + os.environ.get("no_proxy", ""), # noqa: SIM112
|
||||
]
|
||||
run_as_root([*proxy_env, "scripts/lib/install-node"], sudo_args=["-H"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user