From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1367664-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFBF515808B for <garchives@archives.gentoo.org>; Mon, 14 Feb 2022 23:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E831DE0801; Mon, 14 Feb 2022 23:11:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF670E0801 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Feb 2022 23:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9563342ED5 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Feb 2022 23:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37031285 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Feb 2022 23:11:53 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1644880267.ff1f94f0199ddd89190540dbe66be07b3da14f3b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pillow/pillow-9.0.1-r1.ebuild dev-python/pillow/pillow-9.0.1.ebuild X-VCS-Directories: dev-python/pillow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff1f94f0199ddd89190540dbe66be07b3da14f3b X-VCS-Branch: master Date: Mon, 14 Feb 2022 23:11:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 581d251a-4e56-4f0b-84d5-07ddde7be226 X-Archives-Hash: d8989bbc090fb34d33ec2ada46fc6be9 commit: ff1f94f0199ddd89190540dbe66be07b3da14f3b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 14 23:08:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 14 23:11:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1f94f0 dev-python/pillow: drop test skips in 9.0.1 These were actually a bug in LCMS 2.13 (fixed in 2.13-r1, 2.13.1). Thanks to Pillow upstream for debugging this with us! Bug: https://bugs.gentoo.org/832520 Bug: https://github.com/python-pillow/Pillow/issues/6013 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pillow/pillow-9.0.1-r1.ebuild | 9 --------- dev-python/pillow/pillow-9.0.1.ebuild | 9 --------- 2 files changed, 18 deletions(-) diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild index 3571e8dc8a2a..0dd406cd6c5f 100644 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild @@ -48,15 +48,6 @@ BDEPEND=" ) " -EPYTEST_DESELECT=( - # Fails because of ghostscript? - # https://github.com/python-pillow/Pillow/issues/6013 - Tests/test_file_eps.py::test_showpage - Tests/test_file_eps.py::test_bytesio_object - Tests/test_file_eps.py::test_render_scale1 - Tests/test_file_eps.py::test_render_scale2 -) - usepil() { usex "${1}" enable disable } diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild index c85c69ea8abf..1efd9f604591 100644 --- a/dev-python/pillow/pillow-9.0.1.ebuild +++ b/dev-python/pillow/pillow-9.0.1.ebuild @@ -47,15 +47,6 @@ BDEPEND=" ) " -EPYTEST_DESELECT=( - # Fails because of ghostscript? - # https://github.com/python-pillow/Pillow/issues/6013 - Tests/test_file_eps.py::test_showpage - Tests/test_file_eps.py::test_bytesio_object - Tests/test_file_eps.py::test_render_scale1 - Tests/test_file_eps.py::test_render_scale2 -) - python_configure_all() { # It's important that these flags are also passed during the install phase # as well. Make sure of that if you change the lines below. See bug 661308.