summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"