You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
======================================================================
ERROR: test_pil_image (mpop.tests.test_image.TestEmptyImage)
Return an empty PIL image.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/lamby/temp/cdt.20161103212915.XxOo8TNjqe.db.python-mpop/python-mpop-1.3.0/mpop/tests/test_image.py", line 184, in test_pil_image
pilimg = self.img.pil_image()
File "/home/lamby/temp/cdt.20161103212915.XxOo8TNjqe.db.python-mpop/python-mpop-1.3.0/mpop/imageo/image.py", line 408, in pil_image
return Pil.new(self.mode, (0, 0))
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2021, in new
_check_size(size)
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2001, in _check_size
raise ValueError("Width and Height must be > 0")
ValueError: Width and Height must be > 0
----------------------------------------------------------------------
Ran 63 tests in 0.306s
FAILED (errors=1, skipped=1)
Test failure with Pillow 3.4.2
See also
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843079
and
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843107
The text was updated successfully, but these errors were encountered: