diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-10 15:46:45 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-10 15:50:01 +0100 |
commit | a49b48e0a73f02fc172128d5e6c300173c5f7504 (patch) | |
tree | 2fb1443a0f6d0edb9500875a2996d46df61d2b01 /app-backup | |
parent | sys-fs/bashmount: stabilize 4.3.2 on amd64 (diff) | |
download | gentoo-a49b48e0a73f02fc172128d5e6c300173c5f7504.tar.gz gentoo-a49b48e0a73f02fc172128d5e6c300173c5f7504.tar.bz2 gentoo-a49b48e0a73f02fc172128d5e6c300173c5f7504.zip |
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@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.10.ebuild | 3 | ||||
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.5.9.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.5.10.ebuild b/app-backup/borgmatic/borgmatic-1.5.10.ebuild index 80e8098f34d2..b92a5f79561b 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 157355afb07e..e1682b5e20da 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 ' |