commit | dd2ebdf89ff144e89db180bd552c50615f712cb2 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Dec 10 12:38:49 2023 +0100 |
committer | GitHub <noreply@github.com> | Sun Dec 10 12:38:49 2023 +0100 |
tree | 1bfeb6613807e0b8f7c239f3ee79e3918f2952c8 | |
parent | 5bf7580d72259d7d64f5ee8cfc2df677de5310a4 [diff] |
gh-109980: Fix test_tarfile_vs_tar on macOS (#112905) On recentish macOS versions the system tar command includes system metadata (ACLs, extended attributes and resource forks) in the tar archive, which shutil.make_archive will not do. This can cause spurious test failures.