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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B19A0158091 for ; Fri, 17 Jun 2022 00:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB1D6E088B; Fri, 17 Jun 2022 00:35:53 +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 91CA9E088B for ; Fri, 17 Jun 2022 00:35: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 7C9A43420A6 for ; Fri, 17 Jun 2022 00:35:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9396507 for ; Fri, 17 Jun 2022 00:35:50 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1655426148.7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dasbus/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dasbus/dasbus-1.6.ebuild X-VCS-Directories: dev-python/dasbus/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42 X-VCS-Branch: dev Date: Fri, 17 Jun 2022 00:35: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: fae508ee-3076-4136-abc3-2117e9b7e998 X-Archives-Hash: 09d2b2e356774a5062e238db51c632bc commit: 7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 16 13:45:52 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Jun 17 00:35:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b92060b dev-python/dasbus: enable tests Closes: https://bugs.gentoo.org/852266 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/dasbus/dasbus-1.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/dasbus/dasbus-1.6.ebuild b/dev-python/dasbus/dasbus-1.6.ebuild index ec136dae6..9e2c4edf3 100644 --- a/dev-python/dasbus/dasbus-1.6.ebuild +++ b/dev-python/dasbus/dasbus-1.6.ebuild @@ -16,3 +16,5 @@ SLOT="0" RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" + +distutils_enable_tests unittest