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 4E5D0138359 for ; Tue, 10 Nov 2020 14:50:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8594FE082F; Tue, 10 Nov 2020 14:50:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 78FB2E082F for ; Tue, 10 Nov 2020 14:50:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1D48233BE58 for ; Tue, 10 Nov 2020 14:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE55E443 for ; Tue, 10 Nov 2020 14:50:08 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1605019801.a49b48e0a73f02fc172128d5e6c300173c5f7504.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/borgmatic-1.5.10.ebuild app-backup/borgmatic/borgmatic-1.5.9.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a49b48e0a73f02fc172128d5e6c300173c5f7504 X-VCS-Branch: master Date: Tue, 10 Nov 2020 14:50:08 +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: fa0c26f3-6484-455a-9fb8-ad08432ef6db X-Archives-Hash: efc1fd5e12fb575ce58827325ed1ea32 commit: a49b48e0a73f02fc172128d5e6c300173c5f7504 Author: Marek Szuba gentoo org> AuthorDate: Tue Nov 10 14:46:45 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Nov 10 14:50:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49b48e0 app-backup/borgmatic: restrict tests due to Bug #740128 No idea what is going on here but even versions and Python targets which used to build and test fine (e.g. 1.5.9 with python3_7) produce the same test error now. Switch tests off until dev-python/flexmock upstream has finally done something about this problem. Signed-off-by: Marek Szuba gentoo.org> app-backup/borgmatic/borgmatic-1.5.10.ebuild | 3 +++ app-backup/borgmatic/borgmatic-1.5.9.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-backup/borgmatic/borgmatic-1.5.10.ebuild b/app-backup/borgmatic/borgmatic-1.5.10.ebuild index 80e8098f34d..b92a5f79561 100644 --- a/app-backup/borgmatic/borgmatic-1.5.10.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.10.ebuild @@ -17,6 +17,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +# Fails due to problems with dev-python/flexmock-0.10.4; see Bug #740128 +RESTRICT="test" + # borg is called as an external tool, hence no pythonic stuff RDEPEND="app-backup/borgbackup $(python_gen_cond_dep ' diff --git a/app-backup/borgmatic/borgmatic-1.5.9.ebuild b/app-backup/borgmatic/borgmatic-1.5.9.ebuild index 157355afb07..e1682b5e20d 100644 --- a/app-backup/borgmatic/borgmatic-1.5.9.ebuild +++ b/app-backup/borgmatic/borgmatic-1.5.9.ebuild @@ -17,6 +17,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64" +# Fails due to problems with dev-python/flexmock-0.10.4; see Bug #740128 +RESTRICT="test" + # borg is called as an external tool, hence no pythonic stuff RDEPEND="app-backup/borgbackup $(python_gen_cond_dep '