Re-enable test for PyPy

This commit is contained in:
Hugo 2018-05-17 18:07:56 +03:00
parent 1a61ab2f23
commit 90ab677d44

View File

@ -360,8 +360,6 @@ class TestImageDraw(PillowTestCase):
ImageDraw.floodfill(im, (W, H), red)
self.assert_image_equal(im, im_floodfill)
@unittest.skipIf(hasattr(sys, 'pypy_version_info'),
"Causes fatal RPython error on PyPy")
def test_floodfill_border(self):
# floodfill() is experimental