mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-121999: Change default tarfile filter to 'data' (GH-122002)
Co-authored-by: Tomas R <tomas.roun8@gmail.com> Co-authored-by: Scott Odle <scott@sjodle.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
bc94cf7e25
commit
dcafb362f7
6 changed files with 76 additions and 76 deletions
|
@ -2145,9 +2145,6 @@ class TestArchives(BaseTest, unittest.TestCase):
|
|||
def check_unpack_tarball(self, format):
|
||||
self.check_unpack_archive(format, filter='fully_trusted')
|
||||
self.check_unpack_archive(format, filter='data')
|
||||
with warnings_helper.check_warnings(
|
||||
('Python 3.14', DeprecationWarning)):
|
||||
self.check_unpack_archive(format)
|
||||
|
||||
def test_unpack_archive_tar(self):
|
||||
self.check_unpack_tarball('tar')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue