commit: 87833c996a62978ed131f65ee8c96d9dde18a019
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 17:49:10 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 17:58:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87833c99
dev-python/dask: Revert apparently unnecessary hack
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dask/dask-2.22.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/dask/dask-2.22.0.ebuild
b/dev-python/dask/dask-2.22.0.ebuild
index 01da771a26e..206edb645a4 100644
--- a/dev-python/dask/dask-2.22.0.ebuild
+++ b/dev-python/dask/dask-2.22.0.ebuild
@@ -41,8 +41,6 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
- # don't die on warnings or xpass
- sed -i -e '/error:::/d' -e '/xfail_strict/d' setup.cfg || die
# flaky
sed -e 's:test_time_rolling_methods:_&:' \
-i dask/dataframe/tests/test_rolling.py || die