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 C637B13835A for ; Sun, 27 Sep 2020 23:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE37E080E; Sun, 27 Sep 2020 23:02:14 +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 83BF1E080E for ; Sun, 27 Sep 2020 23:02:14 +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 F33FC340C24 for ; Sun, 27 Sep 2020 23:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 651CE339 for ; Sun, 27 Sep 2020 23:02:11 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601247720.7ff8eab2a5e2c1a8ba2fd6719e30d65479ac957d.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/POT/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/POT/POT-0.7.0.ebuild X-VCS-Directories: dev-python/POT/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 7ff8eab2a5e2c1a8ba2fd6719e30d65479ac957d X-VCS-Branch: master Date: Sun, 27 Sep 2020 23:02:11 +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: 62f35c5e-b718-453b-80b4-3a62c63808f9 X-Archives-Hash: f1c494ce64d4b056ceae3eaf47cbf596 commit: 7ff8eab2a5e2c1a8ba2fd6719e30d65479ac957d Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 27 22:33:32 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 27 23:02:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ff8eab2 dev-python/POT: enable passing tests Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/POT/POT-0.7.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/POT/POT-0.7.0.ebuild b/dev-python/POT/POT-0.7.0.ebuild index 2a541527d..c5fa704f3 100644 --- a/dev-python/POT/POT-0.7.0.ebuild +++ b/dev-python/POT/POT-0.7.0.ebuild @@ -21,3 +21,9 @@ RDEPEND="${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +distutils_enable_tests pytest + +python_test() { + pytest -c /dev/null -vv || die "tests failed for ${EPYTHON}" +}