Skip to content

Commit 7d1f5ba

Browse files
committed
Removed test skips for MinGW
1 parent 05932c4 commit 7d1f5ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Tests/test_imagefont.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
assert_image_equal,
1414
assert_image_similar,
1515
assert_image_similar_tofile,
16-
is_mingw,
1716
is_pypy,
1817
is_win32,
1918
skip_unless_feature,
@@ -677,7 +676,6 @@ def _check_text(self, font, path, epsilon):
677676
else:
678677
raise
679678

680-
@pytest.mark.skipif(is_mingw(), reason="epsilon too high for meaningful test")
681679
def test_variation_set_by_name(self):
682680
font = self.get_font()
683681

@@ -702,7 +700,6 @@ def test_variation_set_by_name(self):
702700
font.set_variation_by_name(name)
703701
self._check_text(font, "Tests/images/variation_tiny_name.png", 40)
704702

705-
@pytest.mark.skipif(is_mingw(), reason="epsilon too high for meaningful test")
706703
def test_variation_set_by_axes(self):
707704
font = self.get_font()
708705

0 commit comments

Comments
 (0)