mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Apparently, it's a keyword-only parameter
This commit is contained in:
parent
961b2c0242
commit
862e3b9d8e
|
@ -8,7 +8,7 @@ from PIL import Image
|
|||
|
||||
|
||||
if sys.platform.startswith("win32"):
|
||||
pytest.skip("Fuzzer is linux only", True)
|
||||
pytest.skip("Fuzzer is linux only", allow_module_level=True)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Reference in New Issue
Block a user