From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1192777-garchives=archives.gentoo.org@lists.gentoo.org> 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 5A495138359 for <garchives@archives.gentoo.org>; Sat, 1 Aug 2020 21:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4EEAE0AAE; Sat, 1 Aug 2020 21:48:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8D4E1E0AAE for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2020 21:48:58 +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 AE78734F345 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2020 21:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42570301 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Aug 2020 21:48:55 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1596318529.6b0fc0c920a47f25af9cb41c020149402b5c1cf6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-timeout/pytest-timeout-1.4.1-r1.ebuild dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild X-VCS-Directories: dev-python/pytest-timeout/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b0fc0c920a47f25af9cb41c020149402b5c1cf6 X-VCS-Branch: master Date: Sat, 1 Aug 2020 21:48:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58615694-a7f7-44ca-93cc-7cab82782c2e X-Archives-Hash: 144eb2d91ce406dad106fec444d948e8 commit: 6b0fc0c920a47f25af9cb41c020149402b5c1cf6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 1 21:46:36 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 1 21:48:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0fc0c9 dev-python/pytest-timeout: Restrict pytest-cov dep to py3 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-timeout/pytest-timeout-1.4.1-r1.ebuild | 4 +++- dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.1-r1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.4.1-r1.ebuild index 516df2f00d5..56fd0feec5d 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.4.1-r1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.4.1-r1.ebuild @@ -21,7 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a BDEPEND=" test? ( dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pytest-cov[${PYTHON_USEDEP}] + ' -3) )" distutils_enable_tests pytest diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild index 516df2f00d5..56fd0feec5d 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.4.2.ebuild @@ -21,7 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a BDEPEND=" test? ( dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pytest-cov[${PYTHON_USEDEP}] + ' -3) )" distutils_enable_tests pytest