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

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