From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1364023-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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2638A158087 for <garchives@archives.gentoo.org>; Thu, 3 Feb 2022 04:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E838E07B3; Thu, 3 Feb 2022 04:39:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 ADEA1E07B3 for <gentoo-commits@lists.gentoo.org>; Thu, 3 Feb 2022 04:39:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 710593434EF for <gentoo-commits@lists.gentoo.org>; Thu, 3 Feb 2022 04:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95BCE1EF for <gentoo-commits@lists.gentoo.org>; Thu, 3 Feb 2022 04:39:21 +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: <1643863144.6a697b97db70fda1a90325c601e610f64d69087e.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: 6a697b97db70fda1a90325c601e610f64d69087e X-VCS-Branch: master Date: Thu, 3 Feb 2022 04:39:21 +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: 2c82615f-2162-4abb-9d02-db8001acd90f X-Archives-Hash: edd487ad388bc539e7f68f6f4b72e1aa commit: 6a697b97db70fda1a90325c601e610f64d69087e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 3 04:39:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 3 04:39:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a697b97 dev-python/pillow: add bug reference to skipped tests Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pillow/pillow-9.0.1-r1.ebuild | 1 + dev-python/pillow/pillow-9.0.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild index 44f4f456e65e..89fd236d44a3 100644 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild @@ -50,6 +50,7 @@ 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 diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild index b206e1b4a21a..47485b0eb079 100644 --- a/dev-python/pillow/pillow-9.0.1.ebuild +++ b/dev-python/pillow/pillow-9.0.1.ebuild @@ -49,6 +49,7 @@ 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