summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-20 18:11:32 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-20 18:11:32 +0300
commit211adeed875a97627580c9fc10501c2c97ca33dc (patch)
tree5324825d9c98d75d5fe86344514d5843b6c902f4 /dev-python/dask
parentdev-python/nltk: no need to apply the patch (diff)
downloadgentoo-211adeed875a97627580c9fc10501c2c97ca33dc.tar.gz
gentoo-211adeed875a97627580c9fc10501c2c97ca33dc.tar.bz2
gentoo-211adeed875a97627580c9fc10501c2c97ca33dc.zip
dev-python/dask: deselect known failing test
Closes: https://bugs.gentoo.org/814053 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/dask')
-rw-r--r--dev-python/dask/dask-2021.9.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/dask/dask-2021.9.0.ebuild b/dev-python/dask/dask-2021.9.0.ebuild
index cfcfdebbdedb..2b2b9d4c403f 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"