From da48a65b3b900fbe4ad0053176645b5d5b75fde6 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Fri, 21 Aug 2015 09:02:59 +0800 Subject: [PATCH] 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 4409d3770783..63f5b8ad6f40 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() { -- 2.26.2