]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)
authorR. David Murray <rdmurray@bitdance.com>
Mon, 17 Mar 2025 17:56:21 +0000 (13:56 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 17:56:21 +0000 (18:56 +0100)
commita09c2b2ba643d9e0bf8b35fb5a163b75349a1846
tree87cb247d65718b915f661f44bd21bae58e8228a7
parentfd545d735d5f9c048f99767c700f72853a9b7acd
Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)

Most of the tests that care already adjust PYTHON_BASIC_REPL as needed,
but this one doesn't, and it fails if the developer has the variable set.
Lib/test/test_pyrepl/test_pyrepl.py