From 9a72ad4fa954c5c5a0160ed28d8d73d60df9df43 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 25 Dec 2019 15:32:26 +1100 Subject: [PATCH] Removed condition already present from inheritance --- Tests/test_font_leaks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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