skip test_older_icon with pypy 5.4.1

This commit is contained in:
Fahad Al-Saidi 2016-12-15 10:10:46 +04:00
parent 44e784a95e
commit 93738c3b43

View File

@ -54,6 +54,7 @@ class TestFileIcns(PillowTestCase):
self.assertEqual(im2.mode, 'RGBA') self.assertEqual(im2.mode, 'RGBA')
self.assertEqual(im2.size, (wr, hr)) 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): def test_older_icon(self):
# This icon was made with Icon Composer rather than iconutil; it still # 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). # uses PNG rather than JP2, however (since it was made on 10.9).