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 704161382C5 for ; Wed, 26 May 2021 13:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF75E14F4; Wed, 26 May 2021 13:42:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C03F1E14F8 for ; Wed, 26 May 2021 13:42:48 +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 C97EC340EA5 for ; Wed, 26 May 2021 13:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C286F7A2 for ; Wed, 26 May 2021 13:42:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622026766.8e085e8e1a75a723714f6aab481d316aac90a885.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/woob/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-client/woob/woob-3.0-r1.ebuild www-client/woob/woob-9999.ebuild X-VCS-Directories: www-client/woob/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8e085e8e1a75a723714f6aab481d316aac90a885 X-VCS-Branch: master Date: Wed, 26 May 2021 13:42:44 +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: ed88ea8a-1540-4987-b04a-20649168e645 X-Archives-Hash: 160e336a8171e64322e62835cc0b6bbd commit: 8e085e8e1a75a723714f6aab481d316aac90a885 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed May 26 10:59:26 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 26 10:59:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e085e8e www-client/woob: skip failing test Closes: https://bugs.gentoo.org/792213 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> www-client/woob/woob-3.0-r1.ebuild | 11 ++++++----- www-client/woob/woob-9999.ebuild | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/www-client/woob/woob-3.0-r1.ebuild b/www-client/woob/woob-3.0-r1.ebuild index b0535df1d..51f6d0707 100644 --- a/www-client/woob/woob-3.0-r1.ebuild +++ b/www-client/woob/woob-3.0-r1.ebuild @@ -42,19 +42,20 @@ RDEPEND=" dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +BDEPEND="test? ( ${RDEPEND} )" distutils_enable_tests nose distutils_enable_sphinx docs/source -src_prepare() { - default - +python_prepare_all() { sed -i \ -e '/woob.browser.browsers,/d' \ -e '/woob.browser.pages,/d' \ - setup.cfg || die "Failed removing network-dependent tests" + -e '/woob.tools.application.formatters.table,/d' \ + setup.cfg || die + + distutils-r1_python_prepare_all } python_install_all() { diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild index b0535df1d..51f6d0707 100644 --- a/www-client/woob/woob-9999.ebuild +++ b/www-client/woob/woob-9999.ebuild @@ -42,19 +42,20 @@ RDEPEND=" dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +BDEPEND="test? ( ${RDEPEND} )" distutils_enable_tests nose distutils_enable_sphinx docs/source -src_prepare() { - default - +python_prepare_all() { sed -i \ -e '/woob.browser.browsers,/d' \ -e '/woob.browser.pages,/d' \ - setup.cfg || die "Failed removing network-dependent tests" + -e '/woob.tools.application.formatters.table,/d' \ + setup.cfg || die + + distutils-r1_python_prepare_all } python_install_all() {