Test skip reason has been corrected.

This commit is contained in:
alv2017 2022-02-02 13:00:25 +02:00
parent 9f64a2f29c
commit 92ccf42841

View File

@ -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"):