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 9B9CD158087 for ; Sun, 31 Oct 2021 02:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF0D7E0934; Sun, 31 Oct 2021 02:47:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D971DE0934 for ; Sun, 31 Oct 2021 02:47:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E19D334344A for ; Sun, 31 Oct 2021 02:47:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99585187 for ; Sun, 31 Oct 2021 02:47:36 +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: <1635648445.916de9e61f79d9237c9f8911307da70fa3e283da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/radicale/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/radicale/radicale-3.0.6-r4.ebuild X-VCS-Directories: www-apps/radicale/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 916de9e61f79d9237c9f8911307da70fa3e283da X-VCS-Branch: master Date: Sun, 31 Oct 2021 02:47:36 +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: 8f5729c4-6735-4035-9e3c-e399c4bbf4ea X-Archives-Hash: f28271ba234d5efbd2fac80ba37a3389 commit: 916de9e61f79d9237c9f8911307da70fa3e283da Author: Michael Seifert digitalernachschub de> AuthorDate: Sat Oct 30 09:11:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 02:47:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916de9e6 www-apps/radicale: Fixed test errors Closes: https://bugs.gentoo.org/809005 Signed-off-by: Michael Seifert digitalernachschub.de> Closes: https://github.com/gentoo/gentoo/pull/22758 Signed-off-by: Sam James gentoo.org> www-apps/radicale/radicale-3.0.6-r4.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/www-apps/radicale/radicale-3.0.6-r4.ebuild b/www-apps/radicale/radicale-3.0.6-r4.ebuild index 0f91437feaa..3ddd634a15f 100644 --- a/www-apps/radicale/radicale-3.0.6-r4.ebuild +++ b/www-apps/radicale/radicale-3.0.6-r4.ebuild @@ -47,6 +47,12 @@ src_prepare() { distutils-r1_src_prepare } +distutils_enable_tests --install pytest + +python_test() { + epytest radicale/tests/ +} + python_install_all() { rm README* || die # init file @@ -69,8 +75,6 @@ python_install_all() { distutils-r1_python_install_all } -distutils_enable_tests pytest - pkg_postinst() { local _erdir="${EROOT}${RDIR}"