]> git.ipfire.org Git - thirdparty/tornado.git/commit
process_test: Use isolated mode for subprocess tests
authorBen Darnell <ben@bendarnell.com>
Tue, 9 Dec 2025 17:10:18 +0000 (12:10 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 10 Dec 2025 20:56:56 +0000 (15:56 -0500)
commite4c8b56fd202e7d8467330c92f9959c021e9a335
treece5a0d5cb89d1ab2c6aa52ff8dc6f47123bcd8a6
parentf01a7b0c03671d3a3eb01e071c4da88a5bd2715d
process_test: Use isolated mode for subprocess tests

Prompt customizations (notably the PYTHONSTARTUP file used by
vscode's terminal integration) can interfere with tests that run
interactive interpreters in a subprocess. Run those interpreters
in isolated mode to avoid this problem.)
tornado/test/process_test.py