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 C3396158020 for ; Tue, 22 Nov 2022 12:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1707E0BFA; Tue, 22 Nov 2022 12:45:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id D6B79E0BFA for ; Tue, 22 Nov 2022 12:45:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A573033BF54 for ; Tue, 22 Nov 2022 12:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 384BF755 for ; Tue, 22 Nov 2022 12:45:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1669121116.03b152e7d9550a36277933893778a6295df4cfd0.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch X-VCS-Directories: dev-python/pytest-cov/files/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 03b152e7d9550a36277933893778a6295df4cfd0 X-VCS-Branch: master Date: Tue, 22 Nov 2022 12:45:44 +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: d4f81ed2-52b5-4c87-9067-2d396a0ca741 X-Archives-Hash: 76484c9aef793589f252112f53a00d39 commit: 03b152e7d9550a36277933893778a6295df4cfd0 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Nov 21 18:15:33 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 22 12:45:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b152e7 dev-python/pytest-cov: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28372 Signed-off-by: Arthur Zamarin gentoo.org> .../files/pytest-cov-3.0.0-coverage-6.2.patch | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch b/dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch deleted file mode 100644 index b44326d8b60d..000000000000 --- a/dev-python/pytest-cov/files/pytest-cov-3.0.0-coverage-6.2.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 6d06678a76d9275beb48917d7653ea6a610c7717 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Sun, 23 Jan 2022 15:03:35 +0100 -Subject: [PATCH] Update test_invalid_coverage_source for coverage-6.2 - -Update test_invalid_coverage_source to make the "No data was collected" -less strict, as the output has changed in coverage-6.2. This solution -was suggested by Tom Callaway (@spotrh) on the linked bug. - -Fixes #509 ---- - tests/test_pytest_cov.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py -index f93d352..6d97949 100644 ---- a/tests/test_pytest_cov.py -+++ b/tests/test_pytest_cov.py -@@ -981,7 +981,7 @@ def test_invalid_coverage_source(testdir): - '*10 passed*' - ]) - result.stderr.fnmatch_lines([ -- 'Coverage.py warning: No data was collected.*' -+ '*No data was collected.*' - ]) - result.stdout.fnmatch_lines([ - '*Failed to generate report: No data to report.', --- -2.34.1 -