From 30227cde0e8eb54c1d7aa1640a86aa96ef84cb3b Mon Sep 17 00:00:00 2001 From: alv2017 <31544722+alv2017@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:24:22 +0200 Subject: [PATCH] Correction to Tests/test_imageshow.py::test_show Test skip reason have been corrected. --- Tests/test_imageshow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_imageshow.py b/Tests/test_imageshow.py index e8282740f..19c05ec0c 100644 --- a/Tests/test_imageshow.py +++ b/Tests/test_imageshow.py @@ -44,7 +44,6 @@ def test_viewer_show(order): @pytest.mark.skip( reason="""Current implementation of some viewers requires manual closing of an image, because of that the tests calling show() method will hang infinitely. - Please also note that this test duplicates test_viewer_show() test. """ ) def test_show():