]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142353: Isolate tests from personal GNU Readline init files (#142370)
authorBartosz Sławecki <bartosz@ilikepython.com>
Fri, 12 Dec 2025 14:42:38 +0000 (15:42 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 14:42:38 +0000 (15:42 +0100)
commitf564654bae79c69e3de40dadbec2399f1423ffcf
tree71d675db293a2119ce3396c11dc8bc2c4c012e22
parenta3a611b0429289d5531b90e0a95793ab5a61d967
gh-142353: Isolate tests from personal GNU Readline init files (#142370)

Isolate tests from personal Readline init files using `INPUTRC=/dev/null` trick.

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/support/pty_helper.py