Removed comment

This commit is contained in:
Andrew Murray 2015-11-11 23:42:19 +11:00
parent 5cb68aa8fe
commit 529d680aee

View File

@ -22,10 +22,6 @@ class TestImagePoint(PillowTestCase):
""" Tests for 16 bit -> 8 bit lut for converting I->L images
see https://github.com/python-pillow/Pillow/issues/440
"""
# 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')
im = hopper("I")
im.point(list(range(256))*256, 'L')