mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 05:34:36 +03:00
Updated test now that Win32 uses map_buffer
This commit is contained in:
parent
685e951182
commit
e4b9f88de4
|
@ -4,10 +4,6 @@ import pytest
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
from .helper import is_win32
|
|
||||||
|
|
||||||
pytestmark = pytest.mark.skipif(is_win32(), reason="Win32 does not call map_buffer")
|
|
||||||
|
|
||||||
|
|
||||||
def test_overflow():
|
def test_overflow():
|
||||||
# There is the potential to overflow comparisons in map.c
|
# There is the potential to overflow comparisons in map.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user