mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Revert "Skip due to segmentation fault"
This reverts commit 7711a4c94d
.
This commit is contained in:
parent
6620916884
commit
8cdac68706
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user