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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7367A158086 for ; Mon, 15 Nov 2021 06:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91904E0878; Mon, 15 Nov 2021 06:15:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBD27E0878 for ; Mon, 15 Nov 2021 06:15:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48FA8342C82 for ; Mon, 15 Nov 2021 06:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A07C163 for ; Mon, 15 Nov 2021 06:15:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636956928.efec052522cb4260af8e9ab743c5eb44d581e00f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipykernel/ipykernel-6.5.0.ebuild X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: efec052522cb4260af8e9ab743c5eb44d581e00f X-VCS-Branch: master Date: Mon, 15 Nov 2021 06:15:46 +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: 4637e7fa-767b-4747-b4ff-87267cea7ff8 X-Archives-Hash: 6f39ddc5d57bda2ee8c939e1b1eac313 commit: efec052522cb4260af8e9ab743c5eb44d581e00f Author: Sam James gentoo org> AuthorDate: Mon Nov 15 06:15:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 15 06:15:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efec0525 dev-python/ipykernel: actually drop pytest-cov in 6.5.0 (Already patched out.) Signed-off-by: Sam James gentoo.org> dev-python/ipykernel/ipykernel-6.5.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/ipykernel/ipykernel-6.5.0.ebuild b/dev-python/ipykernel/ipykernel-6.5.0.ebuild index d2917c46897b..d4527b8c447b 100644 --- a/dev-python/ipykernel/ipykernel-6.5.0.ebuild +++ b/dev-python/ipykernel/ipykernel-6.5.0.ebuild @@ -37,7 +37,6 @@ RDEPEND=" BDEPEND=" ${RDEPEND} test? ( - dev-python/pytest-cov[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/nose_warnings_filters[${PYTHON_USEDEP}]