From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5948C1582EF for ; Sat, 01 Mar 2025 08:16:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A1973430CA for ; Sat, 01 Mar 2025 08:16:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A0A0B1102F2; Sat, 01 Mar 2025 08:16:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 967951102D2 for ; Sat, 01 Mar 2025 08:16:47 +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 4FFB63430C8 for ; Sat, 01 Mar 2025 08:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8D82803 for ; Sat, 01 Mar 2025 08:16:45 +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: <1740817000.f555b84b2a676f4a24a4462a630bc227a561f49b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-cov/pytest-cov-6.0.0.ebuild X-VCS-Directories: dev-python/pytest-cov/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f555b84b2a676f4a24a4462a630bc227a561f49b X-VCS-Branch: master Date: Sat, 01 Mar 2025 08:16:45 +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: debaf451-b7da-428d-9aa2-6b1e979bf98c X-Archives-Hash: 86e722809265e5b441dec55a0425e96d commit: f555b84b2a676f4a24a4462a630bc227a561f49b Author: Michał Górny gentoo org> AuthorDate: Sat Mar 1 08:15:17 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 1 08:16:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f555b84b dev-python/pytest-cov: Remove obsolete patch Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-cov/pytest-cov-6.0.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pytest-cov/pytest-cov-6.0.0.ebuild b/dev-python/pytest-cov/pytest-cov-6.0.0.ebuild index c03e424ab078..7c642a1f4c62 100644 --- a/dev-python/pytest-cov/pytest-cov-6.0.0.ebuild +++ b/dev-python/pytest-cov/pytest-cov-6.0.0.ebuild @@ -34,10 +34,6 @@ BDEPEND=" ) " -PATCHES=( - "${FILESDIR}"/${PN}-4.0.0-pytest-xdist-2.5.0.patch -) - distutils_enable_sphinx docs \ dev-python/furo EPYTEST_XDIST=1