From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED966138359 for ; Mon, 3 Aug 2020 17:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D56B1E09A4; Mon, 3 Aug 2020 17:58:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA0ECE09A4 for ; Mon, 3 Aug 2020 17:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C516834F199 for ; Mon, 3 Aug 2020 17:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A068308 for ; Mon, 3 Aug 2020 17:58:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1596477513.87833c996a62978ed131f65ee8c96d9dde18a019.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dask/dask-2.22.0.ebuild X-VCS-Directories: dev-python/dask/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 87833c996a62978ed131f65ee8c96d9dde18a019 X-VCS-Branch: master Date: Mon, 3 Aug 2020 17:58:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44f8c69d-e8de-41d3-8b2e-19ecdbd5783b X-Archives-Hash: 6dabf4acd1500c61bd54a2b35edb5c13 commit: 87833c996a62978ed131f65ee8c96d9dde18a019 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 3 17:49:10 2020 +0000 Commit: Michał Górny gentoo 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 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