From 953050564f97daa33e80035b725f37ab24a572d3 Mon Sep 17 00:00:00 2001 From: Nate Diamond Date: Thu, 29 Jun 2017 11:35:27 -0400 Subject: [PATCH] removed pypy skip decorator from thresh test --- Tests/test_imagedraw.py | 2 -- 1 file changed, 2 deletions(-) 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