]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45205: Make test_compileall quiet (GH-28356) (GH-28370)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Sep 2021 19:31:59 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 19:31:59 +0000 (21:31 +0200)
commit17000b5a80e6ec071ea5007dcc6792e9daaaf0f2
tree20a3b3f1e91f335e88776cdb8fe67ba5fffe372b
parentbbaf5c27e659cf372c34a6fe7ca31a2f5cb20a50
bpo-45205: Make test_compileall quiet (GH-28356) (GH-28370)

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.
(cherry picked from commit cc057ff5227b3a4ded637caa7ba51b67b06abaaa)

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