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 44E7A158086 for ; Fri, 8 Oct 2021 19:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A53E081B; Fri, 8 Oct 2021 19:05:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7575E081B for ; Fri, 8 Oct 2021 19:05:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD9C2342BCF for ; Fri, 8 Oct 2021 19:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F8112F for ; Fri, 8 Oct 2021 19:05:13 +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: <1633602664.73ba83c977ea94d7ed8884554c8391674a424192.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/opentracing_instrumentation/, ... X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/opentracing_instrumentation/files/opentracing_instrumentation-3.3.1-no-coverage.patch dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild X-VCS-Directories: dev-python/opentracing_instrumentation/ dev-python/opentracing_instrumentation/files/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 73ba83c977ea94d7ed8884554c8391674a424192 X-VCS-Branch: master Date: Fri, 8 Oct 2021 19:05:13 +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: dcb5dcab-be4f-4cd1-9ceb-fbdf765b45f5 X-Archives-Hash: 08df21f758a77d08ba7cf59eda17bef4 commit: 73ba83c977ea94d7ed8884554c8391674a424192 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Oct 7 10:31:04 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 7 10:31:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73ba83c9 dev-python/opentracing_instrumentation: no coverage Closes: https://bugs.gentoo.org/816606 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> .../files/opentracing_instrumentation-3.3.1-no-coverage.patch | 11 +++++++++++ .../opentracing_instrumentation-3.3.1.ebuild | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-python/opentracing_instrumentation/files/opentracing_instrumentation-3.3.1-no-coverage.patch b/dev-python/opentracing_instrumentation/files/opentracing_instrumentation-3.3.1-no-coverage.patch new file mode 100644 index 000000000..f03613479 --- /dev/null +++ b/dev-python/opentracing_instrumentation/files/opentracing_instrumentation-3.3.1-no-coverage.patch @@ -0,0 +1,11 @@ +--- a/setup.cfg ++++ b/setup.cfg +@@ -14,7 +14,7 @@ + tests/* + + [tool:pytest] +-addopts = --cov=opentracing_instrumentation --cov-append -rs ++addopts = -rs + + [egg_info] + tag_build = diff --git a/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild b/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild index fd2cea573..e6067d86b 100644 --- a/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild +++ b/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_8 ) @@ -44,4 +44,6 @@ DEPEND=" ) " +PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" ) + distutils_enable_tests pytest