enable test_16bit_lut on pypy

This commit is contained in:
wiredfool 2014-07-23 16:01:06 -07:00
parent c9c80f9da5
commit 2d13dbda6a

View File

@ -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')