mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/PyPDF2: Unrestrict test phase in response to reply from upstream
Package-Manager: portage-2.2.20
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user