Package: src:python-mpop
Version: 1.3.0-1
Severity: important

according to
https://ci.debian.net/data/packages/unstable/amd64/p/python-mpop/latest-autopkgtest/log.gz

the autopkg tests are failing:

======================================================================
ERROR: test_pil_image (mpop.tests.test_image.TestEmptyImage)
Return an empty PIL image.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mpop/tests/test_image.py", line 184, in
test_pil_image
    pilimg = self.img.pil_image()
  File "/usr/lib/python2.7/dist-packages/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.360s

FAILED (errors=1, skipped=1)

Reply via email to