mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-misc/maestral: fix failing tests
Closes: https://bugs.gentoo.org/830339 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user