Removed condition already present from inheritance

This commit is contained in:
Andrew Murray 2019-12-25 15:32:26 +11:00
parent 59481f5bb0
commit 9a72ad4fa9

View File

@ -2,10 +2,9 @@ import unittest
from PIL import Image, ImageDraw, ImageFont, features
from .helper import PillowLeakTestCase, is_win32
from .helper import PillowLeakTestCase
@unittest.skipIf(is_win32(), "requires Unix or macOS")
class TestTTypeFontLeak(PillowLeakTestCase):
# fails at iteration 3 in master
iterations = 10