From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F604158092 for ; Sat, 4 Jun 2022 03:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589FDE0845; Sat, 4 Jun 2022 03:20:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7BB8E07EF for ; Sat, 4 Jun 2022 03:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D08BB3425B6 for ; Sat, 4 Jun 2022 03:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29F4E485 for ; Sat, 4 Jun 2022 03:20:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654312834.0a7ae548df66e69b2bab612ff55247aea8ac0567.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dbusmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-dbusmock/python-dbusmock-0.27.5.ebuild X-VCS-Directories: dev-python/python-dbusmock/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a7ae548df66e69b2bab612ff55247aea8ac0567 X-VCS-Branch: master Date: Sat, 4 Jun 2022 03:20:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ac65824-8f21-4964-bce0-d04370a803e8 X-Archives-Hash: 86affcfdd62df6204d2aa1d3c0be3474 commit: 0a7ae548df66e69b2bab612ff55247aea8ac0567 Author: Sam James gentoo org> AuthorDate: Sat Jun 4 03:19:40 2022 +0000 Commit: Sam James gentoo 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 footclan.ninja> Signed-off-by: Sam James 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 }