Commit 9e9f960
committed
tests: additionally disable test_read_region_2GB on Pillow < 6.2.0
Older versions of Pillow raise "MemoryError: Integer overflow in ysize"
when Image.frombuffer() is called on large buffers.
The test is unconditionally disabled because of its RAM usage, so this is
mostly documentation.
See #31. Closes #33.1 parent 0463cc1 commit 9e9f960
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
0 commit comments