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 A46811581E7 for ; Fri, 26 Apr 2024 04:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C298E29F9; Fri, 26 Apr 2024 04:52:22 +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 74A46E29F9 for ; Fri, 26 Apr 2024 04:52:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 449F43430ED for ; Fri, 26 Apr 2024 04:52:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C5371657 for ; Fri, 26 Apr 2024 04:52:19 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1714107128.934125d768991734a02b934eafa3912deb798c3b.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/geeknote/geeknote-9999.ebuild X-VCS-Directories: app-doc/geeknote/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 934125d768991734a02b934eafa3912deb798c3b X-VCS-Branch: dev Date: Fri, 26 Apr 2024 04:52:19 +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: f1d3d0b3-9f00-4cd2-8eee-7adf46658418 X-Archives-Hash: 9d5a61a4f3ccd6a01df60eb2cdffd9b7 commit: 934125d768991734a02b934eafa3912deb798c3b Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Apr 26 04:52:08 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Fri Apr 26 04:52:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=934125d7 app-doc/geeknote: enable tests Signed-off-by: Vitaly Zdanevich ya.ru> app-doc/geeknote/geeknote-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild index a36f8f8014..8f773288cc 100644 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ b/app-doc/geeknote/geeknote-9999.ebuild @@ -15,6 +15,10 @@ EGIT_REPO_URI="https://github.com/vitaly-zdanevich/geeknote" LICENSE="GPL-3" SLOT="0" +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] +)" + RDEPEND=" dev-python/evernote2[${PYTHON_USEDEP}] dev-python/html2text[${PYTHON_USEDEP}] @@ -35,3 +39,5 @@ python_install_all() { doins completion/zsh_completion/_geeknote distutils-r1_python_install_all } + +distutils_enable_tests pytest