diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index 0760acd45..4f7675312 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -401,8 +401,6 @@ class TestImageDraw(PillowTestCase): im, Image.open("Tests/images/imagedraw_floodfill2.png")) - @unittest.skipIf(hasattr(sys, 'pypy_version_info'), - "Causes fatal RPython error on PyPy") def test_floodfill_thresh(self): # floodfill() is experimental