From: Ian Delaney Date: Fri, 21 Aug 2015 01:02:59 +0000 (+0800) Subject: dev-python/PyPDF2: Unrestrict test phase in response to reply from upstream X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da48a65b3b900fbe4ad0053176645b5d5b75fde6;p=gentoo.git dev-python/PyPDF2: Unrestrict test phase in response to reply from upstream Package-Manager: portage-2.2.20 --- 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() {