Skip to content

Commit 8e9c757

Browse files
committed
skip proxies for pyperformance venv prep
1 parent 33a3002 commit 8e9c757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def _vmRun(self, vm, workdir, command, benchmarks, bmSuiteArgs):
309309
join(vm_venv, "bin", "pyperformance"),
310310
"run",
311311
"--inherit-environ",
312-
"http_proxy,https_proxy,ftp_proxy,PIP_INDEX_URL,PIP_TRUSTED_HOST,PIP_TIMEOUT,PIP_RETRIES,LD_LIBRARY_PATH,LIBRARY_PATH,CPATH,PATH",
312+
"PIP_INDEX_URL,PIP_TRUSTED_HOST,PIP_TIMEOUT,PIP_RETRIES,LD_LIBRARY_PATH,LIBRARY_PATH,CPATH,PATH",
313313
"-m",
314314
"-o",
315315
json_file,

0 commit comments

Comments
 (0)