]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146352: In Emscripten pyrepl test, pick port dynamically (#146375)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 25 Mar 2026 10:38:11 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2026 10:38:11 +0000 (18:38 +0800)
commit2be147e1e75022d66eecb80b46904ed61a7a574f
tree44fc6d958b50fdd7934c40ab099cc43d4b585d79
parent3364e7e62fa24d0e19133fb0f90b1c24ef1110c5
gh-146352: In Emscripten pyrepl test, pick port dynamically (#146375)

Dynamically allocates the port for the pyrepl browser test, so that multiple
tests can run at the same time. Also allows the pyrepl test to honor the
CROSS_BUILD_DIR environment variable.
.gitattributes
Platforms/emscripten/__main__.py
Platforms/emscripten/browser_test/package-lock.json
Platforms/emscripten/browser_test/package.json
Platforms/emscripten/browser_test/playwright.config.ts
Platforms/emscripten/browser_test/run_test.sh
Platforms/emscripten/browser_test/tsconfig.json [new file with mode: 0644]