diff options
author | 2021-09-20 18:11:32 +0300 | |
---|---|---|
committer | 2021-09-20 18:11:32 +0300 | |
commit | 211adeed875a97627580c9fc10501c2c97ca33dc (patch) | |
tree | 5324825d9c98d75d5fe86344514d5843b6c902f4 /dev-python/dask | |
parent | dev-python/nltk: no need to apply the patch (diff) | |
download | gentoo-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.ebuild | 3 |
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" |