commit:     a49b48e0a73f02fc172128d5e6c300173c5f7504
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 14:46:45 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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 '

Reply via email to