aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2021-12-31 10:57:58 +0200
committerViorel Munteanu <ceamac.paragon@gmail.com>2021-12-31 10:57:58 +0200
commit19345c8d515e52877cda263097010244bd07d2b7 (patch)
treebf313d6b8d6991d75f6e7896205ac828a6cb139a
parentdev-python/Pyro5: drop 5.13 (diff)
downloadguru-19345c8d.tar.gz
guru-19345c8d.tar.bz2
guru-19345c8d.zip
net-misc/maestral: fix failing tests
Closes: https://bugs.gentoo.org/830339 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
-rw-r--r--net-misc/maestral/maestral-1.5.2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-misc/maestral/maestral-1.5.2.ebuild b/net-misc/maestral/maestral-1.5.2.ebuild
index 54d55b1bdf..f9a6c3ad93 100644
--- a/net-misc/maestral/maestral-1.5.2.ebuild
+++ b/net-misc/maestral/maestral-1.5.2.ebuild
@@ -50,6 +50,11 @@ python_prepare_all()
# this test requires network
sed -i -e 's/test_check_for_updates/_&/' tests/offline/test_main.py || die
+ # this test fails on default gentoo instalation as `/usr/local/share` is missing
+ # so use `/usr/share` instead
+ # inform upstream https://github.com/samschott/maestral/issues/562
+ sed -i -e 's:/local/:/:g' tests/offline/utils/test_path.py || die
+
distutils-r1_python_prepare_all
}