mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-27 16:39:49 +03:00
Updated reason
This commit is contained in:
parent
6ab8e77950
commit
3524b4e729
|
@ -7,7 +7,7 @@ import sys
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(sys.platform == "ios", reason="Not required on mobile")
|
@pytest.mark.skipif(sys.platform == "ios", reason="Processes not supported on iOS")
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"args, report",
|
"args, report",
|
||||||
((["PIL"], False), (["PIL", "--report"], True), (["PIL.report"], True)),
|
((["PIL"], False), (["PIL", "--report"], True), (["PIL.report"], True)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user