From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6C73138334 for ; Wed, 2 Jan 2019 01:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7556E09BC; Wed, 2 Jan 2019 01:56:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81599E09BC for ; Wed, 2 Jan 2019 01:56:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26418335CF5 for ; Wed, 2 Jan 2019 01:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F2B500 for ; Wed, 2 Jan 2019 01:56:49 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1546393003.a2c8bad7e9615877c9007a19d65718a3a1b09c9b.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pillow/pillow-5.2.0.ebuild dev-python/pillow/pillow-5.3.0.ebuild X-VCS-Directories: dev-python/pillow/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: a2c8bad7e9615877c9007a19d65718a3a1b09c9b X-VCS-Branch: master Date: Wed, 2 Jan 2019 01:56:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2599a9f-9895-4a47-80f5-316212ecfa0e X-Archives-Hash: f9ca2721b49fdf42b01936b29ee03d6c commit: a2c8bad7e9615877c9007a19d65718a3a1b09c9b Author: Virgil Dupras gentoo org> AuthorDate: Wed Jan 2 01:36:43 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Wed Jan 2 01:36:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c8bad7 dev-python/pillow: fix broken tests Starting with pytest 3.10, Pillow test suite breaks badly at collect time. It seems to be related to the way pytest was invoked. Bringing invocation closer to upstream's, that is, without specifying test unit files, makes test run alright. I fixed the invocation in 5.3 and, since 5.2 is already stabilized, added a version constraint on pytest. The newly bumped v5.4 already has a correct pytest invocation. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pillow/pillow-5.2.0.ebuild | 4 ++-- dev-python/pillow/pillow-5.3.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pillow/pillow-5.2.0.ebuild b/dev-python/pillow/pillow-5.2.0.ebuild index 5099bb0a277..8a22a6354a3 100644 --- a/dev-python/pillow/pillow-5.2.0.ebuild +++ b/dev-python/pillow/pillow-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) test? ( - dev-python/pytest[${PYTHON_USEDEP}] +