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 26443138334 for ; Tue, 24 Jul 2018 21:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F3DAE0937; Tue, 24 Jul 2018 21:23:04 +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 3245EE0937 for ; Tue, 24 Jul 2018 21:23:04 +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 27EF533C6B6 for ; Tue, 24 Jul 2018 21:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2879C37A for ; Tue, 24 Jul 2018 21:22:59 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1532467373.4d2142147f68db50e7cb722bf2a29840fdda471c.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/more-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild X-VCS-Directories: dev-python/more-itertools/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 4d2142147f68db50e7cb722bf2a29840fdda471c X-VCS-Branch: master Date: Tue, 24 Jul 2018 21:22:59 +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-Archives-Salt: 660963aa-6297-41d4-8fb4-d7b6a94cb14e X-Archives-Hash: 484d6f925f66f98face7fd0d0e23bd2a commit: 4d2142147f68db50e7cb722bf2a29840fdda471c Author: Louis Sautier gentoo org> AuthorDate: Tue Jul 24 21:22:31 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Jul 24 21:22:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d214214 dev-python/more-itertools: make pytest more verbose Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild index b276ab271e8..9f03c2aae58 100644 --- a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild +++ b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild @@ -37,6 +37,6 @@ python_compile_all() { python_test() { # Avoid ImportMismatchError, see https://bugs.gentoo.org/661412 - pytest --doctest-modules "${BUILD_DIR}"/lib/more_itertools \ + pytest -vv --doctest-modules "${BUILD_DIR}"/lib/more_itertools \ || die "tests fail with ${EPYTHON}" }