mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-20 20:24:45 +03:00
Correction to Tests/test_imageshow.py::test_show
Test skip reason have been corrected.
This commit is contained in:
parent
450180f842
commit
30227cde0e
|
@ -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():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user