mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-28 04:53:41 +03:00
Temporarily remove 'failing' 1-mode PDF test
This commit is contained in:
parent
6520004289
commit
741297326a
|
@ -15,6 +15,12 @@ def helper_save_as_pdf(mode):
|
||||||
assert_greater(os.path.getsize(outfile), 0)
|
assert_greater(os.path.getsize(outfile), 0)
|
||||||
|
|
||||||
|
|
||||||
|
# FIXME: 1-mode test "fails" because it produces a warning.
|
||||||
|
# https://travis-ci.org/hugovk/Pillow/builds/24916085
|
||||||
|
# /home/travis/build/hugovk/Pillow/PIL/PdfImagePlugin.py:147:
|
||||||
|
# DeprecationWarning: tostring() is deprecated. Please call tobytes() instead.
|
||||||
|
# data = im.tostring("raw", "1")
|
||||||
|
|
||||||
def test_monochrome():
|
def test_monochrome():
|
||||||
# Arrange
|
# Arrange
|
||||||
mode = "1"
|
mode = "1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user