From 5bdb95783f34d30e086267fd4fcd1af4c511f594 Mon Sep 17 00:00:00 2001 From: Fahad Al-Saidi Date: Thu, 15 Dec 2016 10:18:27 +0400 Subject: [PATCH] skip test_sizes 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 6d649aabc..5b3963c56 100644 --- a/Tests/test_file_icns.py +++ b/Tests/test_file_icns.py @@ -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