gh-128377: Skip `test_cmd_line.test_non_interactive_output_buffering`… · python/cpython@30268b5 · GitHub
Skip to content

Commit 30268b5

Browse files
authored
gh-128377: Skip test_cmd_line.test_non_interactive_output_buffering when PYTHONUNBUFFERED=1 (#128378)
The `test_cmd_line.test_non_interactive_output_buffering` test assumes a buffered `stdio` without checking the `PYTHONUNBUFFERED` value. Instead of changing the environment variable for the duration of the test, it is better to simply skip it.
1 parent 22a4421 commit 30268b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_cmd_line.py

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)