commit: 0a7ae548df66e69b2bab612ff55247aea8ac0567
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 03:19:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 03:20:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7ae548
dev-python/python-dbusmock: skip hanging test which was dropped upstream
Reported-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild
b/dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild
index 73574b585de1..3518d03160cd 100644
--- a/dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild
+++ b/dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild
@@ -32,5 +32,10 @@ src_prepare() {
# linter tests, fragile to newer linter versions
rm tests/test_code.py || die
+ # Test is removed in master
+ #
https://github.com/martinpitt/python-dbusmock/commit/424719793c0a8e15ee05451cd58e21fb09914453
+ # https://github.com/martinpitt/python-dbusmock/issues/75
+ rm tests/test_accounts_service.py
dbusmock/templates/accounts_service.py || die
+
distutils-r1_src_prepare
}