]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH...
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 23 Nov 2021 13:43:40 +0000 (06:43 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 13:43:40 +0000 (14:43 +0100)
commit8ed1495ad900dd815ff8fb97926da5312aaa23f9
tree809effba278ac5513f1073b662da77f7e50301f1
parentb48ac6fe38b2fca9963b097c04cdecfc6083104e
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527)

Use shutil.copytree rather than Git, which might be missing (or configured
differently) when testing Python built from a source release.
Lib/test/test_tools/test_freeze.py
Misc/NEWS.d/next/Tests/2021-11-11-13-56-00.bpo-45783.8k1Rng.rst [new file with mode: 0644]
Tools/freeze/test/freeze.py