]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146352: In Emscripten pyrepl test, pick port dynamically (GH-146375) (...
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 25 Mar 2026 11:34:43 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2026 11:34:43 +0000 (11:34 +0000)
commit498559a7f38cd8755994aa5e57438bbddc15dbad
treea926cb720dd9c96c84e8f0e41177d5189255541e
parent4f5f6ea7be759e868afb754225a7ad9210be3eba
[3.14] gh-146352: In Emscripten pyrepl test, pick port dynamically (GH-146375) (#146411)

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.
(cherry picked from commit 2be147e1e75022d66eecb80b46904ed61a7a574f)
.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]