From 93738c3b43340dd1c73c6d2048a206b9671942b6 Mon Sep 17 00:00:00 2001 From: Fahad Al-Saidi Date: Thu, 15 Dec 2016 10:10:46 +0400 Subject: [PATCH] skip test_older_icon with pypy 5.4.1 --- Tests/test_file_icns.py | 1 + 1 file changed, 1 insertion(+) 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).