Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/
Date: Mon, 20 Sep 2021 15:11:57
Message-Id: 1632150692.211adeed875a97627580c9fc10501c2c97ca33dc.arthurzam@gentoo
1 commit: 211adeed875a97627580c9fc10501c2c97ca33dc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 15:11:32 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 15:11:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211adeed
7
8 dev-python/dask: deselect known failing test
9
10 Closes: https://bugs.gentoo.org/814053
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/dask/dask-2021.9.0.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/dask/dask-2021.9.0.ebuild b/dev-python/dask/dask-2021.9.0.ebuild
17 index cfcfdebbded..2b2b9d4c403 100644
18 --- a/dev-python/dask/dask-2021.9.0.ebuild
19 +++ b/dev-python/dask/dask-2021.9.0.ebuild
20 @@ -41,6 +41,9 @@ python_test() {
21 local EPYTEST_DESELECT=(
22 # require old sqlalchemy
23 dask/dataframe/io/tests/test_sql.py
24 + # https://github.com/dask/dask/issues/8137
25 + # https://github.com/dask/dask/pull/8139
26 + dask/dataframe/tests/test_groupby.py::test_groupby_index_array
27 )
28
29 epytest -p no:flaky -m "not network"