mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Re-enable test for PyPy
This commit is contained in:
parent
1a61ab2f23
commit
90ab677d44
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user