diff --git a/Tests/test_imagefont.py b/Tests/test_imagefont.py index ae9bbd52b2a..ace3b7d331c 100644 --- a/Tests/test_imagefont.py +++ b/Tests/test_imagefont.py @@ -465,9 +465,8 @@ def test_unicode_pilfont(self): font.getsize(u"’") @unittest.skipIf( - sys.platform.startswith("win32") and ( - sys.version.startswith("2") or hasattr(sys, "pypy_translation_info") - ), + sys.platform.startswith("win32") + and (sys.version.startswith("2") or hasattr(sys, "pypy_translation_info")), "requires CPython 3.x on Windows", ) def test_unicode_extended(self):