diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index b17f969b4..bfc2c3c9c 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -831,7 +831,7 @@ class TestImageDraw(PillowTestCase): # Assert self.assert_image_similar( - im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 2.8 + im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 3.1 ) @unittest.skipUnless(HAS_FREETYPE, "ImageFont not available")