We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f939ae commit e09b1b6Copy full SHA for e09b1b6
1 file changed
tests/test_openslide.py
@@ -123,6 +123,7 @@ def test_read_region_bad_size(self):
123
lambda: self.osr.read_region((0, 0), 1, (400, -5)))
124
125
@skip_if(sys.maxsize < 1 << 32, '32-bit Python')
126
+ # Also skips Pillow < 2.1.0
127
@skip_if(have_optimizations and not hasattr(Image, 'PILLOW_VERSION'),
128
'broken on PIL')
129
def test_read_region_2GB(self):
0 commit comments