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 3C99B159C9B for ; Wed, 14 Aug 2024 09:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9F9E2A19; Wed, 14 Aug 2024 09:09:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F44CE2A19 for ; Wed, 14 Aug 2024 09:09:24 +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 733E6343097 for ; Wed, 14 Aug 2024 09:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2041E6F for ; Wed, 14 Aug 2024 09:09:21 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1723626560.d8667a8cd066b659b9955561604a99e4de7e91a6.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jpype/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jpype/jpype-1.5.0.ebuild X-VCS-Directories: dev-python/jpype/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: d8667a8cd066b659b9955561604a99e4de7e91a6 X-VCS-Branch: dev Date: Wed, 14 Aug 2024 09:09:21 +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: 9b1095e6-6ff6-4db5-a2a4-d5a778bd80f8 X-Archives-Hash: d1afc366f97bbef114359505c318f70b commit: d8667a8cd066b659b9955561604a99e4de7e91a6 Author: Ivan Lloro gmail com> AuthorDate: Wed Aug 14 09:08:52 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Wed Aug 14 09:09:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8667a8c dev-python/jpype: Roll back remaining test functionality. Closes: https://bugs.gentoo.org/937759 Closes: https://bugs.gentoo.org/937898 Signed-off-by: Ivan Lloro gmail.com> dev-python/jpype/jpype-1.5.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0.ebuild index c1732409a..81179f49a 100644 --- a/dev-python/jpype/jpype-1.5.0.ebuild +++ b/dev-python/jpype/jpype-1.5.0.ebuild @@ -19,8 +19,6 @@ KEYWORDS="~amd64" RDEPEND="virtual/jdk" -distutils_enable_tests pytest - # WORKAROUND: Overload function to nullify blocking QA check. # To be deleted after resolution of # https://bugs.gentoo.org/937642