Updated test now that Win32 uses map_buffer

This commit is contained in:
Andrew Murray 2021-01-30 12:59:45 +11:00
parent 685e951182
commit e4b9f88de4

View File

@ -4,10 +4,6 @@ import pytest
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():
# There is the potential to overflow comparisons in map.c