]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109566: Fix regrtest Python options for WASM/WASI (#109954)
authorVictor Stinner <vstinner@python.org>
Wed, 27 Sep 2023 10:01:16 +0000 (12:01 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 10:01:16 +0000 (12:01 +0200)
commit91fb8daa2494df4dd6a841ca8c742a03175c7ecd
tree69cf7d8fc8f8108ac9804f690849856bf88563dd
parentb1aebf1e6576680d606068d17e2208259573e061
gh-109566: Fix regrtest Python options for WASM/WASI (#109954)

WASM and WASI buildbots use multiple PYTHON environment variables
such as PYTHONPATH and _PYTHON_HOSTRUNNER. Don't use -E if the
--python=COMMAND option is used.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/worker.py
Lib/test/test_regrtest.py