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 C58AE1581EE for ; Wed, 09 Apr 2025 16:58:37 +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 B07BE3433E2 for ; Wed, 09 Apr 2025 16:58:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F252D1104B7; Wed, 09 Apr 2025 16:58:33 +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 E768F1104B7 for ; Wed, 09 Apr 2025 16:58:33 +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 988AB3433B5 for ; Wed, 09 Apr 2025 16:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A41CA1758 for ; Wed, 09 Apr 2025 16:58:31 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1744217892.55dce08b170e3f5212c843d1d0b41b9d59d37202.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-ml/datasets/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-ml/datasets/datasets-3.0.2-r1.ebuild X-VCS-Directories: sci-ml/datasets/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 55dce08b170e3f5212c843d1d0b41b9d59d37202 X-VCS-Branch: master Date: Wed, 09 Apr 2025 16:58:31 +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: 1ed73283-ac39-4137-953b-62ff085f5f2e X-Archives-Hash: 844b20c57c5ba1587ace22f3095ef567 commit: 55dce08b170e3f5212c843d1d0b41b9d59d37202 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Apr 9 16:57:09 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 9 16:58:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55dce08b sci-ml/datasets: drop test with elasticsearch (not compatible) Signed-off-by: Alfredo Tupone gentoo.org> sci-ml/datasets/datasets-3.0.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-ml/datasets/datasets-3.0.2-r1.ebuild b/sci-ml/datasets/datasets-3.0.2-r1.ebuild index 4b438c0f0888..3a4fb6545732 100644 --- a/sci-ml/datasets/datasets-3.0.2-r1.ebuild +++ b/sci-ml/datasets/datasets-3.0.2-r1.ebuild @@ -106,6 +106,7 @@ src_test() { tests/test_file_utils.py::test_xopen_remote tests/test_hub.py::test_delete_from_hub tests/test_offline_util.py::test_offline_with_timeout + tests/test_search.py::ElasticSearchIndexTest::test_elasticsearch ) distutils-r1_src_test }