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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 394AD139337 for ; Mon, 26 Jul 2021 17:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7918CE092D; Mon, 26 Jul 2021 17:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FB27E092D for ; Mon, 26 Jul 2021 17:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA621335DA5 for ; Mon, 26 Jul 2021 17:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345C1581 for ; Mon, 26 Jul 2021 17:17:13 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1627319748.259a1a9a1750c0f6959811d43531f4e8b66b748b.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webrtcvad/webrtcvad-2.0.10.ebuild X-VCS-Directories: dev-python/webrtcvad/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 259a1a9a1750c0f6959811d43531f4e8b66b748b X-VCS-Branch: dev Date: Mon, 26 Jul 2021 17:17:13 +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: 2e1d489b-8fd7-45bf-85a7-9a4c4ade48a8 X-Archives-Hash: 2f1c479ad5a701a4be47dcdecbd81fb4 commit: 259a1a9a1750c0f6959811d43531f4e8b66b748b Author: Nicola Smaniotto gmail com> AuthorDate: Mon Jul 26 17:15:48 2021 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon Jul 26 17:15:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=259a1a9a dev-python/webrtcvad: add 2.0.10 tests Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild index 8770688de..d351a7363 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild @@ -14,3 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" + +distutils_enable_tests nose