mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 23:54:46 +03:00
removed pypy skip decorator from thresh test
This commit is contained in:
parent
670faf0c82
commit
953050564f
|
@ -401,8 +401,6 @@ class TestImageDraw(PillowTestCase):
|
||||||
im, Image.open("Tests/images/imagedraw_floodfill2.png"))
|
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):
|
def test_floodfill_thresh(self):
|
||||||
# floodfill() is experimental
|
# floodfill() is experimental
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user