mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-20 12:14:46 +03:00
Test skip reason has been corrected.
This commit is contained in:
parent
9f64a2f29c
commit
92ccf42841
|
@ -42,11 +42,10 @@ def test_viewer_show(order):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip(
|
@pytest.mark.skip(
|
||||||
reason=(
|
reason="""Due to implementation of Unix and Windows viewers",
|
||||||
"Due to implementation of Unix and Windows viewers",
|
a program or a test relying on the viewer will not terminate"
|
||||||
"a program or a test relying on the viewer will not terminate",
|
"till the image is explicitly closed"
|
||||||
"till the image is explicitly closed",
|
"""
|
||||||
)
|
|
||||||
)
|
)
|
||||||
def test_show():
|
def test_show():
|
||||||
for mode in ("1", "I;16", "LA", "RGB", "RGBA"):
|
for mode in ("1", "I;16", "LA", "RGB", "RGBA"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user