diff --git a/Tests/test_image_getdata_putdata.py b/Tests/test_image_getdata_putdata.py index d073769a5..06116df1b 100644 --- a/Tests/test_image_getdata_putdata.py +++ b/Tests/test_image_getdata_putdata.py @@ -70,8 +70,6 @@ def test_getdata_roundtrip( ), ) def test_putdata_long_integers(value: int, pixel: tuple[int, int, int, int]) -> None: - # see bug-200802-systemerror - im = Image.new("RGBA", (1, 1)) im.putdata([value]) assert im.getpixel((0, 0)) == pixel