Skip to content

Commit

Permalink
app-backup/borgmatic: restrict tests due to Bug #740128
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Marek Szuba committed Nov 10, 2020
1 parent 5e5077b commit a49b48e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-backup/borgmatic/borgmatic-1.5.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
3 changes: 3 additions & 0 deletions app-backup/borgmatic/borgmatic-1.5.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit a49b48e

Please sign in to comment.