mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
enable test_16bit_lut on pypy
This commit is contained in:
parent
c9c80f9da5
commit
2d13dbda6a
|
@ -26,7 +26,7 @@ class TestImagePoint(PillowTestCase):
|
|||
"""
|
||||
# This takes _forever_ on PyPy. Open Bug,
|
||||
# see https://github.com/python-pillow/Pillow/issues/484
|
||||
self.skipKnownBadTest(msg="Too Slow on pypy", interpreter='pypy')
|
||||
#self.skipKnownBadTest(msg="Too Slow on pypy", interpreter='pypy')
|
||||
|
||||
im = lena("I")
|
||||
im.point(list(range(256))*256, 'L')
|
||||
|
|
Loading…
Reference in New Issue
Block a user