]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
authorVictor Stinner <vstinner@python.org>
Wed, 28 Apr 2021 13:47:10 +0000 (15:47 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 13:47:10 +0000 (15:47 +0200)
commitfe52eb62191e640e720d184a9a1a04e965b8a062
treebbfe56fcdd433643e4b3e4dcda419abdf36e9682
parent32c5a174445ec93747240cd8472012276ed27acf
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)

Fix test_logging.test_namer_rotator_inheritance() on Windows: use
os.replace() rather than os.rename().
Lib/test/test_logging.py
Misc/NEWS.d/next/Tests/2021-04-28-13-21-52.bpo-43961.gNchls.rst [new file with mode: 0644]