Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Unmark tests
  • Loading branch information
coolreader18 committed Apr 18, 2025
commit d6f468e9008c04f768e2c20358f6433038b1fe23
4 changes: 0 additions & 4 deletions Lib/test/test_shutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -2000,13 +2000,9 @@ def check_unpack_tarball(self, format):
('Python 3.14', DeprecationWarning)):
self.check_unpack_archive(format)

# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_unpack_archive_tar(self):
self.check_unpack_tarball('tar')

# TODO: RUSTPYTHON
@unittest.expectedFailure
@support.requires_zlib()
def test_unpack_archive_gztar(self):
self.check_unpack_tarball('gztar')
Expand Down