From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 009641388BF for ; Fri, 19 Feb 2016 07:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9E521C018; Fri, 19 Feb 2016 07:09:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA49821C018 for ; Fri, 19 Feb 2016 07:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D524340D85 for ; Fri, 19 Feb 2016 07:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD6D8F5 for ; Fri, 19 Feb 2016 07:09:26 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455865711.6f4dce57136bae373189e62bfa4ad91f5f269399.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mccabe/mccabe-0.4.0.ebuild X-VCS-Directories: dev-python/mccabe/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 6f4dce57136bae373189e62bfa4ad91f5f269399 X-VCS-Branch: master Date: Fri, 19 Feb 2016 07:09:26 +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: 629179d6-4f20-4ff3-9a76-4159b3afcbb5 X-Archives-Hash: 0a4222fc12da2cec747ac24a60f1c7ec commit: 6f4dce57136bae373189e62bfa4ad91f5f269399 Author: Patrick Lauer gentoo org> AuthorDate: Fri Feb 19 07:07:59 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Feb 19 07:08:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4dce57 dev-python/mccabe: pytest-runner is needed outside of tests #575112 Package-Manager: portage-2.2.27 dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 1caff10..4eeee85 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=">=dev-python/pep8-1.4.3[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )" + dev-python/pytest-runner[${PYTHON_USEDEP}]" python_test() { ${EPYTHON} test_mccabe.py || die