From d8bba1513799d1879fe1565a5f5b07c0438982fc Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 6 Aug 2022 22:22:46 +1000 Subject: [PATCH] del --- Tests/test_imagefont.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_imagefont.py b/Tests/test_imagefont.py index 9ea07278a3a..ce12cba999c 100644 --- a/Tests/test_imagefont.py +++ b/Tests/test_imagefont.py @@ -43,6 +43,7 @@ def test_6324(self): import shutil shutil.copy("Tests/fonts/FreeMono.ttf", "out.ttf") font = ImageFont.truetype("out.ttf") + del font os.remove("out.ttf") def test_font_properties(self):