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 42756158094 for ; Sun, 10 Jul 2022 14:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16D6FE0935; Sun, 10 Jul 2022 14:53:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE368E0935 for ; Sun, 10 Jul 2022 14:53:55 +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 CC04B340FA7 for ; Sun, 10 Jul 2022 14:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AD19529 for ; Sun, 10 Jul 2022 14:53:53 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1657464819.b9a2490fa4d397f726a9ea243e54bff4df008b2c.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild X-VCS-Directories: app-text/paperwork-backend/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: b9a2490fa4d397f726a9ea243e54bff4df008b2c X-VCS-Branch: master Date: Sun, 10 Jul 2022 14:53:53 +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: 6679db1b-c3a9-4f34-8105-3d67efe4c4d6 X-Archives-Hash: 356b159468b0ff9a9fb591b3e1a77fb8 commit: b9a2490fa4d397f726a9ea243e54bff4df008b2c Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Jul 10 14:53:39 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Jul 10 14:53:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a2490f app-text/paperwork-backend: enable unit tests Closes: https://bugs.gentoo.org/796290 Signed-off-by: Bernard Cafarelli gentoo.org> app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild b/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild index 03be19a641d1..820e83331f39 100644 --- a/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-2.1.1.ebuild @@ -30,3 +30,4 @@ RDEPEND="app-text/poppler[introspection] dev-python/whoosh[${PYTHON_USEDEP}] sci-libs/scikit-learn[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" +distutils_enable_tests unittest