diff --git a/Tests/test_imagetk.py b/Tests/test_imagetk.py index 928b8cbd1..58067dfa5 100644 --- a/Tests/test_imagetk.py +++ b/Tests/test_imagetk.py @@ -2,7 +2,7 @@ import pytest from PIL import Image -from .helper import assert_image_equal, hopper +from .helper import assert_image_equal, hopper, is_mingw try: import tkinter as tk @@ -52,6 +52,7 @@ def test_kw(): assert im is None +@pytest.mark.skipif(is_mingw(), reason="Segmentation fault") def test_photoimage(): for mode in TK_MODES: # test as image: