Bug: https://bugs.gentoo.org/677816
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
+inherit python-single-r1 multiprocessing
MYP=${PN}-gpl-${PV}
dev-ada/gnatcoll-bindings[iconv,shared]
dev-python/mako
dev-python/pyyaml
+ <dev-python/pyyaml-5
dev-python/enum34
dev-python/funcy
dev-python/docutils
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_test() {
- testsuite/testsuite.py --show-error-output | tee testsuite.log
+ testsuite/testsuite.py -j $(makeopts_jobs) --show-error-output | tee testsuite.log
grep -q FAILED testsuite.log && die "Test failed"
}
PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
+inherit python-single-r1 multiprocessing
MYP=${P}-20190510-19B8C
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_test() {
- testsuite/testsuite.py --show-error-output | tee testsuite.log
+ testsuite/testsuite.py -j $(makeopts_jobs) --show-error-output | tee testsuite.log
grep -q FAILED testsuite.log && die "Test failed"
}