]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45205: Make test_compileall quiet (GH-28356)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Sep 2021 18:20:45 +0000 (20:20 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 18:20:45 +0000 (20:20 +0200)
commitcc057ff5227b3a4ded637caa7ba51b67b06abaaa
tree40117bedc6fe462d7d56bc69c189085be58bedf2
parente08e491a6ceea8ca105612df10147418c4e105b8
bpo-45205: Make test_compileall quiet (GH-28356)

Make test_compileall quiet: test_year_2038_mtime_compilation() and
test_larger_than_32_bit_times() of test_compileall no longer log
"Compiling ..." messages to stdout.
Lib/test/test_compileall.py