mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/nose: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -58,14 +58,6 @@ python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# nosetests use heavy multiprocessing during the tests.
|
||||
# this shall make them less likely to kill your system or timeout.
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
@@ -63,14 +63,6 @@ python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# nosetests use heavy multiprocessing during the tests.
|
||||
# this shall make them less likely to kill your system or timeout.
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
@@ -63,14 +63,6 @@ python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# nosetests use heavy multiprocessing during the tests.
|
||||
# this shall make them less likely to kill your system or timeout.
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
@@ -70,14 +70,6 @@ python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# nosetests use heavy multiprocessing during the tests.
|
||||
# this shall make them less likely to kill your system or timeout.
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" selftest.py || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user