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 330D3138334 for ; Wed, 18 Jul 2018 14:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B0E0E08FA; Wed, 18 Jul 2018 14:37:54 +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 F2B7AE08FA for ; Wed, 18 Jul 2018 14:37: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 56A9A335CBF for ; Wed, 18 Jul 2018 14:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 413A937A for ; Wed, 18 Jul 2018 14:37:50 +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: <1531924661.c695ec6a3d76ead8cf2991a112cc6b637c567ed2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-bugzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild X-VCS-Directories: dev-python/python-bugzilla/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c695ec6a3d76ead8cf2991a112cc6b637c567ed2 X-VCS-Branch: master Date: Wed, 18 Jul 2018 14:37:50 +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: b95cf416-98d9-4caf-b5c7-90afc5232603 X-Archives-Hash: 2b76ff86aca9ceb8faa750e449e3a839 commit: c695ec6a3d76ead8cf2991a112cc6b637c567ed2 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 18 14:27:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 18 14:37:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c695ec6a dev-python/python-bugzilla: Remove unnecessary test deps dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild index 6dfe35cd78c..8c979d2c596 100644 --- a/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-2.1.0.ebuild @@ -21,10 +21,6 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/coverage - dev-python/pep8 - ) " python_test() {