From 8cdac68706d38f25185469627f734e6fdce2e64d Mon Sep 17 00:00:00 2001 From: nulano Date: Sun, 4 Oct 2020 22:48:23 +0100 Subject: [PATCH] Revert "Skip due to segmentation fault" This reverts commit 7711a4c94da0d11e169bdc3295d97609afa76fa4. --- Tests/test_imagetk.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/test_imagetk.py b/Tests/test_imagetk.py index 58067dfa5..928b8cbd1 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, is_mingw +from .helper import assert_image_equal, hopper try: import tkinter as tk @@ -52,7 +52,6 @@ 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: