From c277ff430417fa7d117851a609b5c7cccda5a5b9 Mon Sep 17 00:00:00 2001 From: nulano Date: Mon, 12 Oct 2020 16:14:51 +0100 Subject: [PATCH] remove old PyPy compatibility code --- Tests/test_imagefont.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/test_imagefont.py b/Tests/test_imagefont.py index 131faa96b..7824b7f53 100644 --- a/Tests/test_imagefont.py +++ b/Tests/test_imagefont.py @@ -931,7 +931,6 @@ class TestImageFont: assert_image_similar(im, expected, max(self.metrics["multiline"], 3)) @skip_unless_feature_version("freetype2", "2.5.0") - @pytest.mark.xfail(is_pypy(), reason="failing on PyPy with Raqm") def test_cbdt(self): try: font = ImageFont.truetype( @@ -952,7 +951,6 @@ class TestImageFont: pytest.skip("freetype compiled without libpng or unsupported") @skip_unless_feature_version("freetype2", "2.5.0") - @pytest.mark.xfail(is_pypy(), reason="failing on PyPy with Raqm") def test_cbdt_mask(self): try: font = ImageFont.truetype(