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 5E4C513835A for ; Thu, 23 Jul 2020 10:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65EC6E0863; Thu, 23 Jul 2020 10:00:40 +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 4CED2E0863 for ; Thu, 23 Jul 2020 10:00:40 +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 88D4834F1C2 for ; Thu, 23 Jul 2020 10:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CABE2E7 for ; Thu, 23 Jul 2020 10:00:32 +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: <1595498418.53032c49e0b63a56fc520f5b03c14dce6effd34f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-forked/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-forked/pytest-forked-1.2.0.ebuild X-VCS-Directories: dev-python/pytest-forked/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 53032c49e0b63a56fc520f5b03c14dce6effd34f X-VCS-Branch: master Date: Thu, 23 Jul 2020 10:00:32 +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: 5011e457-b7a6-418b-b1f0-8deb98031071 X-Archives-Hash: 24a3ad59ed15ab1924955b24c5625ea0 commit: 53032c49e0b63a56fc520f5b03c14dce6effd34f Author: Michał Górny gentoo org> AuthorDate: Thu Jul 23 05:55:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 23 10:00:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53032c49 dev-python/pytest-forked: Remove RDEP on pytest Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-forked/pytest-forked-1.2.0.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild b/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild index d1217706c9c..eb87e973a81 100644 --- a/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild +++ b/dev-python/pytest-forked/pytest-forked-1.2.0.ebuild @@ -18,12 +18,16 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~ IUSE="test" RESTRICT="!test? ( test )" -RDEPEND=" - >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]" +# Please do not RDEPEND on pytest; this package won't do anything +# without pytest installed, and there is no reason to force older +# implementations on pytest. BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( ${RDEPEND} )" + test? ( + ${RDEPEND} + >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}] + )" python_test() { distutils_install_for_testing