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 6BD47138239 for ; Thu, 19 Jul 2018 18:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89797E0ACA; Thu, 19 Jul 2018 18:59:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55188E0ACA for ; Thu, 19 Jul 2018 18:59:13 +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 BB245335CC4 for ; Thu, 19 Jul 2018 18:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 878AB2AA for ; Thu, 19 Jul 2018 18:59:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532026743.6b6909fb4181c2a56b568b562dfe96694b2702af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyflakes/pyflakes-1.6.0.ebuild X-VCS-Directories: dev-python/pyflakes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b6909fb4181c2a56b568b562dfe96694b2702af X-VCS-Branch: master Date: Thu, 19 Jul 2018 18:59:09 +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: 860bb520-1b06-4de3-bf89-f2a1fca55029 X-Archives-Hash: e7ffb340b282f0563a0b34e2ea62f5af commit: 6b6909fb4181c2a56b568b562dfe96694b2702af Author: Michał Górny gentoo org> AuthorDate: Thu Jul 19 17:26:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 19 18:59:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6909fb dev-python/pyflakes: Increase test verbosity dev-python/pyflakes/pyflakes-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyflakes/pyflakes-1.6.0.ebuild b/dev-python/pyflakes/pyflakes-1.6.0.ebuild index 608ab744407..41a47f5c2c9 100644 --- a/dev-python/pyflakes/pyflakes-1.6.0.ebuild +++ b/dev-python/pyflakes/pyflakes-1.6.0.ebuild @@ -18,5 +18,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" python_test() { - esetup.py test --quiet + esetup.py test }