diff --git a/Tests/test_font_leaks.py b/Tests/test_font_leaks.py index 393ddb0fb..a32cbd81c 100644 --- a/Tests/test_font_leaks.py +++ b/Tests/test_font_leaks.py @@ -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