From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A08F31397EF for ; Fri, 21 Aug 2015 01:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42B5FE083C; Fri, 21 Aug 2015 01:04:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6A91E083C for ; Fri, 21 Aug 2015 01:04:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBA36340943 for ; Fri, 21 Aug 2015 01:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94C0E13F for ; Fri, 21 Aug 2015 01:04:24 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1440118979.da48a65b3b900fbe4ad0053176645b5d5b75fde6.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyPDF2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyPDF2/PyPDF2-1.25.1.ebuild X-VCS-Directories: dev-python/PyPDF2/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: da48a65b3b900fbe4ad0053176645b5d5b75fde6 X-VCS-Branch: master Date: Fri, 21 Aug 2015 01:04:24 +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: a244b664-1808-418b-b3bf-7b4e5b2207b1 X-Archives-Hash: dc4a126cd0a54d5470a8a64d8015a976 commit: da48a65b3b900fbe4ad0053176645b5d5b75fde6 Author: Ian Delaney gentoo org> AuthorDate: Fri Aug 21 01:02:59 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Aug 21 01:02:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da48a65b dev-python/PyPDF2: Unrestrict test phase in response to reply from upstream Package-Manager: portage-2.2.20 dev-python/PyPDF2/PyPDF2-1.25.1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild b/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild index 4409d37..63f5b8a 100644 --- a/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild +++ b/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild @@ -16,11 +16,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -# https://github.com/mstamy2/PyPDF2/issues/216 -RESTRICT="test" - python_test() { - "${PYTHON}" -m unittest Tests.tests + # https://github.com/mstamy2/PyPDF2/issues/216 + einfo ""; einfo "According to the author, this 1 failed test is an" + einfo "expected failure meaning the installation of PyPDF2 is working" + einfo "He plans to update the causative file to see it pass"; einfo "" + + "${PYTHON}" -m unittest Tests.tests || die "Tests failed under ${EPYTHON}" } python_install_all() {