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 692DC138334 for ; Mon, 18 Nov 2019 10:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80677E0877; Mon, 18 Nov 2019 10:43:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 66F82E0877 for ; Mon, 18 Nov 2019 10:43:56 +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 1ABAE34C9E6 for ; Mon, 18 Nov 2019 10:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35531889 for ; Mon, 18 Nov 2019 10:43:53 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1574073791.f05f120a8a1caf7fea6547e133eea6df01c1b5c3.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snakeoil/snakeoil-9999.ebuild X-VCS-Directories: dev-python/snakeoil/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f05f120a8a1caf7fea6547e133eea6df01c1b5c3 X-VCS-Branch: master Date: Mon, 18 Nov 2019 10:43:53 +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: 68a4691f-15d7-4560-9b84-50baf673ee60 X-Archives-Hash: 351a3df17591609e65fc2e6bcecc6a17 commit: f05f120a8a1caf7fea6547e133eea6df01c1b5c3 Author: Tim Harder gentoo org> AuthorDate: Mon Nov 18 10:42:35 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 10:43:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05f120a dev-python/snakeoil: drop pytest-mock test dep Signed-off-by: Tim Harder gentoo.org> dev-python/snakeoil/snakeoil-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index 186d88f724a..d374c3dffd9 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -23,10 +23,8 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" [[ ${PV} == 9999 ]] && DEPEND+=" dev-python/cython[${PYTHON_USEDEP}]" python_test() {