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 BFAD6138335 for ; Wed, 25 Sep 2019 18:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A72F1E08E2; Wed, 25 Sep 2019 18:46:23 +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 725A3E08D9 for ; Wed, 25 Sep 2019 18:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1801834B5A0 for ; Wed, 25 Sep 2019 18:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138737FA for ; Wed, 25 Sep 2019 18:46:20 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1569437171.7905de4aff9367bcf66bc2cb80f3cd8e16151032.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2r/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/m2r/m2r-0.1.6.ebuild X-VCS-Directories: dev-python/m2r/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 7905de4aff9367bcf66bc2cb80f3cd8e16151032 X-VCS-Branch: master Date: Wed, 25 Sep 2019 18:46:20 +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: 11052942-b9f0-424d-b330-3009a7dc3adb X-Archives-Hash: 56b834e9d7c1d3925153e1037135b549 commit: 7905de4aff9367bcf66bc2cb80f3cd8e16151032 Author: Rick Farina gentoo org> AuthorDate: Wed Sep 25 18:46:11 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Sep 25 18:46:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7905de4a dev-python/m2r: fix tests, tests pass Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> dev-python/m2r/m2r-0.1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/m2r/m2r-0.1.6.ebuild b/dev-python/m2r/m2r-0.1.6.ebuild index d8841aaed7e..32a4e1abc64 100644 --- a/dev-python/m2r/m2r-0.1.6.ebuild +++ b/dev-python/m2r/m2r-0.1.6.ebuild @@ -21,7 +21,8 @@ RDEPEND=" " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) ) + test? ( dev-python/pytest + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) ) ${RDEPEND} "