mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +03:00
Removed condition already present from inheritance
This commit is contained in:
parent
59481f5bb0
commit
9a72ad4fa9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user