Skip to content

Commit

Permalink
7z does not support password protected arj files, remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Oct 27, 2023
1 parent c75c4d1 commit e1e11a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/archives/test_7z.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def test_7z(self):
self.archive_commands('p .7z')
self.archive_commands('p.zip')
self.archive_commands('p.cbz')
self.archive_list('p.arj')
self.archive_extract('p.arj')
self.archive_test('p.arj')

@needs_codec(program, 'rar')
def test_7z_rar(self):
Expand All @@ -154,9 +151,6 @@ def test_7z_file(self):
self.archive_commands('p.7z.foo', skip_create=True)
self.archive_commands('p.zip.foo', skip_create=True)
self.archive_commands('p.cbz.foo', skip_create=True)
self.archive_list('p.arj.foo')
self.archive_extract('p.arj.foo')
self.archive_test('p.arj.foo')

@needs_program('file')
@needs_codec(program, 'rar')
Expand Down

0 comments on commit e1e11a2

Please sign in to comment.