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 084F2158011 for ; Mon, 20 Sep 2021 15:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62E04E0901; Mon, 20 Sep 2021 15:11:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A6B0E0901 for ; Mon, 20 Sep 2021 15:11:56 +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 0BB35342F0D for ; Mon, 20 Sep 2021 15:11:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6B4E5 for ; Mon, 20 Sep 2021 15:11:53 +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: <1632150692.211adeed875a97627580c9fc10501c2c97ca33dc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dask/dask-2021.9.0.ebuild X-VCS-Directories: dev-python/dask/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 211adeed875a97627580c9fc10501c2c97ca33dc X-VCS-Branch: master Date: Mon, 20 Sep 2021 15:11:53 +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: 4d82f9dc-b536-4525-a384-8e5a7ded5c81 X-Archives-Hash: 87805c8a0be2fca9b8d8db4240b58f52 commit: 211adeed875a97627580c9fc10501c2c97ca33dc Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 20 15:11:32 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 20 15:11:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211adeed dev-python/dask: deselect known failing test Closes: https://bugs.gentoo.org/814053 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/dask/dask-2021.9.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/dask/dask-2021.9.0.ebuild b/dev-python/dask/dask-2021.9.0.ebuild index cfcfdebbded..2b2b9d4c403 100644 --- a/dev-python/dask/dask-2021.9.0.ebuild +++ b/dev-python/dask/dask-2021.9.0.ebuild @@ -41,6 +41,9 @@ python_test() { local EPYTEST_DESELECT=( # require old sqlalchemy dask/dataframe/io/tests/test_sql.py + # https://github.com/dask/dask/issues/8137 + # https://github.com/dask/dask/pull/8139 + dask/dataframe/tests/test_groupby.py::test_groupby_index_array ) epytest -p no:flaky -m "not network"