skip test_sizes with pypy 5.4.1

This commit is contained in:
Fahad Al-Saidi 2016-12-15 10:18:27 +04:00
parent 93738c3b43
commit 5bdb95783f

View File

@ -41,6 +41,7 @@ class TestFileIcns(PillowTestCase):
self.assertEqual(reread.size, (1024, 1024))
self.assertEqual(reread.format, "ICNS")
@unittest.skipIf(SKIP_5_4_1_PYPY, "PyPy does not yet implement the new buffer interface")
def test_sizes(self):
# Check that we can load all of the sizes, and that the final pixel
# dimensions are as expected