removed pypy skip decorator from thresh test

This commit is contained in:
Nate Diamond 2017-06-29 11:35:27 -04:00
parent 670faf0c82
commit 953050564f

View File

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