From 92ccf428414ae2c972eba6aad7d7e25a65fa6710 Mon Sep 17 00:00:00 2001 From: alv2017 Date: Wed, 2 Feb 2022 13:00:25 +0200 Subject: [PATCH] Test skip reason has been corrected. --- Tests/test_imageshow.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Tests/test_imageshow.py b/Tests/test_imageshow.py index 3351d7f9d..03dc6a506 100644 --- a/Tests/test_imageshow.py +++ b/Tests/test_imageshow.py @@ -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"):