mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-20 04:04:45 +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(
|
||||
reason=(
|
||||
"Due to implementation of Unix and Windows viewers",
|
||||
"a program or a test relying on the viewer will not terminate",
|
||||
"till the image is explicitly closed",
|
||||
)
|
||||
reason="""Due to implementation of Unix and Windows viewers",
|
||||
a program or a test relying on the viewer will not terminate"
|
||||
"till the image is explicitly closed"
|
||||
"""
|
||||
)
|
||||
def test_show():
|
||||
for mode in ("1", "I;16", "LA", "RGB", "RGBA"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user