mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 18:54:46 +03:00
skip test_sizes with pypy 5.4.1
This commit is contained in:
parent
93738c3b43
commit
5bdb95783f
|
@ -41,6 +41,7 @@ class TestFileIcns(PillowTestCase):
|
||||||
self.assertEqual(reread.size, (1024, 1024))
|
self.assertEqual(reread.size, (1024, 1024))
|
||||||
self.assertEqual(reread.format, "ICNS")
|
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):
|
def test_sizes(self):
|
||||||
# Check that we can load all of the sizes, and that the final pixel
|
# Check that we can load all of the sizes, and that the final pixel
|
||||||
# dimensions are as expected
|
# dimensions are as expected
|
||||||
|
|
Loading…
Reference in New Issue
Block a user