Correction to Tests/test_imageshow.py::test_show

Test skip reason have been corrected.
This commit is contained in:
alv2017 2022-02-07 11:24:22 +02:00 committed by GitHub
parent 450180f842
commit 30227cde0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ def test_viewer_show(order):
@pytest.mark.skip( @pytest.mark.skip(
reason="""Current implementation of some viewers requires manual closing of an image, reason="""Current implementation of some viewers requires manual closing of an image,
because of that the tests calling show() method will hang infinitely. 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(): def test_show():