From 0a7ae548df66e69b2bab612ff55247aea8ac0567 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 Jun 2022 04:19:40 +0100 Subject: dev-python/python-dbusmock: skip hanging test which was dropped upstream Reported-by: Matt Jolly Signed-off-by: Sam James --- dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python/python-dbusmock') 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 } -- cgit v1.2.3-65-gdbad