From 529d680aeefe06ec8e7207971ea06db35e7a89fb Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 11 Nov 2015 23:42:19 +1100 Subject: [PATCH] Removed comment --- Tests/test_image_point.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests/test_image_point.py b/Tests/test_image_point.py index 9e001dfb2..d60364c08 100644 --- a/Tests/test_image_point.py +++ b/Tests/test_image_point.py @@ -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')