diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-08-21 09:02:59 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-08-21 09:02:59 +0800 |
commit | da48a65b3b900fbe4ad0053176645b5d5b75fde6 (patch) | |
tree | b1723d6047dcf487162eaaa55576a3b422f92a52 /dev-python/PyPDF2 | |
parent | dev-lang/go: version bump for 1.5 (diff) | |
download | gentoo-da48a65b3b900fbe4ad0053176645b5d5b75fde6.tar.gz gentoo-da48a65b3b900fbe4ad0053176645b5d5b75fde6.tar.bz2 gentoo-da48a65b3b900fbe4ad0053176645b5d5b75fde6.zip |
dev-python/PyPDF2: Unrestrict test phase in response to reply from upstream
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r-- | dev-python/PyPDF2/PyPDF2-1.25.1.ebuild | 10 |
1 files 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() { |