Skip to content

Commit c786584

Browse files
committed
Force no colorization
1 parent 3dc4cac commit c786584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_repl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def pythonstartup_env(*, script: str, histfile: str = ".pythonhist", env=None):
282282
yield env | {"PYTHONSTARTUP": filename, "PYTHON_HISTORY": os.path.join(tmpdir, histfile)}
283283

284284

285+
@support.force_not_colorized_test_class
285286
class TestPythonStartup(unittest.TestCase):
286287
REPLS = [
287288
("REPL", spawn_repl, ".pythonhist"),

0 commit comments

Comments
 (0)