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 AC93B15838C for ; Fri, 26 Jan 2024 17:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81E0EE29CE; Fri, 26 Jan 2024 17:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E133E29CE for ; Fri, 26 Jan 2024 17:07:12 +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 4151A34332C for ; Fri, 26 Jan 2024 17:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A15151362 for ; Fri, 26 Jan 2024 17:07:09 +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: <1706287746.2ca55c540952fc93e70fc05ad9de59249b1eba5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dask/dask-2024.1.0.ebuild X-VCS-Directories: dev-python/dask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2ca55c540952fc93e70fc05ad9de59249b1eba5b X-VCS-Branch: master Date: Fri, 26 Jan 2024 17:07:09 +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: 2c0df17b-f46c-4769-b5e8-e17b8bc67086 X-Archives-Hash: d206a7a29f55e8f9e1a144c8c9edde97 commit: 2ca55c540952fc93e70fc05ad9de59249b1eba5b Author: Michał Górny gentoo org> AuthorDate: Fri Jan 26 16:49:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 26 16:49:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca55c54 dev-python/dask: Deselect test regression Signed-off-by: Michał Górny gentoo.org> dev-python/dask/dask-2024.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/dask/dask-2024.1.0.ebuild b/dev-python/dask/dask-2024.1.0.ebuild index a86823c1b95c..03e4de626cfa 100644 --- a/dev-python/dask/dask-2024.1.0.ebuild +++ b/dev-python/dask/dask-2024.1.0.ebuild @@ -75,6 +75,8 @@ python_test() { dask/dataframe/io/tests/test_sql.py # crashes dask/tests/test_base.py::test_tokenize_object_with_recursion_error + # regression with new pandas (?) + dask/dataframe/tests/test_multi.py::test_concat5 ) if ! has_version -b "dev-python/pyarrow[parquet,${PYTHON_USEDEP}]"; then