diff --git a/Tests/test_file_icns.py b/Tests/test_file_icns.py index 376124d19..6d649aabc 100644 --- a/Tests/test_file_icns.py +++ b/Tests/test_file_icns.py @@ -54,6 +54,7 @@ class TestFileIcns(PillowTestCase): self.assertEqual(im2.mode, 'RGBA') self.assertEqual(im2.size, (wr, hr)) + @unittest.skipIf(SKIP_5_4_1_PYPY, "PyPy does not yet implement the new buffer interface") def test_older_icon(self): # This icon was made with Icon Composer rather than iconutil; it still # uses PNG rather than JP2, however (since it was made on 10.9).