Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/
Date: Mon, 03 Aug 2020 17:58:39
Message-Id: 1596477513.87833c996a62978ed131f65ee8c96d9dde18a019.mgorny@gentoo
1 commit: 87833c996a62978ed131f65ee8c96d9dde18a019
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 17:49:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 17:58:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87833c99
7
8 dev-python/dask: Revert apparently unnecessary hack
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dask/dask-2.22.0.ebuild | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/dev-python/dask/dask-2.22.0.ebuild b/dev-python/dask/dask-2.22.0.ebuild
16 index 01da771a26e..206edb645a4 100644
17 --- a/dev-python/dask/dask-2.22.0.ebuild
18 +++ b/dev-python/dask/dask-2.22.0.ebuild
19 @@ -41,8 +41,6 @@ BDEPEND="
20 distutils_enable_tests pytest
21
22 src_prepare() {
23 - # don't die on warnings or xpass
24 - sed -i -e '/error:::/d' -e '/xfail_strict/d' setup.cfg || die
25 # flaky
26 sed -e 's:test_time_rolling_methods:_&:' \
27 -i dask/dataframe/tests/test_rolling.py || die