Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure with Pillow 3.4.2 #38

Open
avalentino opened this issue Nov 3, 2016 · 0 comments
Open

Test failure with Pillow 3.4.2 #38

avalentino opened this issue Nov 3, 2016 · 0 comments

Comments

@avalentino
Copy link

Test failure with Pillow 3.4.2

  ======================================================================
  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)

See also

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843079

and

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant