commit:     da48a65b3b900fbe4ad0053176645b5d5b75fde6
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 01:02:59 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> 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() {

Reply via email to