mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 06:03:14 +03:00
commit
d4d0191f1b
|
@ -12,7 +12,7 @@ class TestFileTar(PillowTestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
if "zip_decoder" not in codecs and "jpeg_decoder" not in codecs:
|
if "zip_decoder" not in codecs and "jpeg_decoder" not in codecs:
|
||||||
self.skipTest("neither jpeg nor zip support not available")
|
self.skipTest("neither jpeg nor zip support available")
|
||||||
|
|
||||||
def test_sanity(self):
|
def test_sanity(self):
|
||||||
if "zip_decoder" in codecs:
|
if "zip_decoder" in codecs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user