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 6344D1396D0 for ; Thu, 31 Aug 2017 19:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FEAE1FC005; Thu, 31 Aug 2017 19:18:02 +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 7F4C61FC005 for ; Thu, 31 Aug 2017 19:18:02 +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 7708733FE7D for ; Thu, 31 Aug 2017 19:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB76F895F for ; Thu, 31 Aug 2017 19:17:59 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504207066.009f8adf545ec04a41a7f78ef3c993a2262d14ee.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cmd2/cmd2-0.7.5.ebuild X-VCS-Directories: dev-python/cmd2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 009f8adf545ec04a41a7f78ef3c993a2262d14ee X-VCS-Branch: master Date: Thu, 31 Aug 2017 19:17:59 +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-Archives-Salt: 3f7d9a31-ad06-447e-afbf-8a40f6c11060 X-Archives-Hash: 4b09f4a84468269fe70801e172225078 commit: 009f8adf545ec04a41a7f78ef3c993a2262d14ee Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 31 19:17:46 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Aug 31 19:17:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009f8adf dev-python/cmd2: stop disabling the broken test Bug: https://bugs.gentoo.org/629472 Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 dev-python/cmd2/cmd2-0.7.5.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild index 57d107b7446..68377e9d608 100644 --- a/dev-python/cmd2/cmd2-0.7.5.ebuild +++ b/dev-python/cmd2/cmd2-0.7.5.ebuild @@ -28,13 +28,6 @@ DEPEND="${RDEPEND} ) " -python_prepare_all() { - # Disable failing test - [[ ${PV} == 0.7.5 ]] || die "Please remove the sed from python_prepare_all" - sed -i -e 's:test_input_redirection:_&:' tests/test_cmd2.py || die - distutils-r1_python_prepare_all -} - python_test() { py.test -vv || die ${EPYTHON} example/example.py --test example/exampleSession.txt || die