]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
authorGregory P. Smith <greg@krypto.org>
Sun, 5 Feb 2023 17:44:57 +0000 (09:44 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2023 17:44:57 +0000 (09:44 -0800)
commitffcb8220d7a8c8ca169b467d9e4a752874f68af2
treed226232d5e58a091fadd2075f9cf9efcd7c82a10
parentf7e9fbacb250ad9df95d0024161b40dfdc9cc39e
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)

That causes the test to fail when run using a high UID as that ancient format
cannot represent it. The current default (PAX) and the old default (GNU) both
support high UIDs.
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Tests/2023-02-04-17-24-33.gh-issue-101334._yOqwg.rst [new file with mode: 0644]