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 3980A13835B for ; Wed, 3 Mar 2021 11:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E445CE0833; Wed, 3 Mar 2021 11:40:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90F17E0831 for ; Wed, 3 Mar 2021 11:40:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B391340D9B for ; Wed, 3 Mar 2021 11:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066B4573 for ; Wed, 3 Mar 2021 11:40:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1614771639.620b10b04969a85de8f3f5d17e511f4391a6d69e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipdb/ipdb-0.13.5.ebuild X-VCS-Directories: dev-python/ipdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 620b10b04969a85de8f3f5d17e511f4391a6d69e X-VCS-Branch: master Date: Wed, 3 Mar 2021 11:40:44 +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: e40a3c05-60c5-426b-a000-67d5902ab941 X-Archives-Hash: d10940f9397d463b159de37bd634676f commit: 620b10b04969a85de8f3f5d17e511f4391a6d69e Author: Michał Górny gentoo org> AuthorDate: Wed Mar 3 10:14:19 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 3 11:40:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b10b0 dev-python/ipdb: Run tests via unittest runner Closes: https://bugs.gentoo.org/774036 Signed-off-by: Michał Górny gentoo.org> dev-python/ipdb/ipdb-0.13.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipdb/ipdb-0.13.5.ebuild b/dev-python/ipdb/ipdb-0.13.5.ebuild index ed817ad1514..4b895e23400 100644 --- a/dev-python/ipdb/ipdb-0.13.5.ebuild +++ b/dev-python/ipdb/ipdb-0.13.5.ebuild @@ -22,4 +22,4 @@ DEPEND="${RDEPEND} DOCS=( HISTORY.txt ) -distutils_enable_tests setup.py +distutils_enable_tests unittest