dev-python/fabric: 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:
Justin Lecher
2015-10-22 12:49:11 +02:00
parent 640ddb4057
commit a56fc7567a

View File

@@ -52,11 +52,6 @@ python_compile_all() {
fi
}
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
nosetests tests || die "Tests failed under ${EPYTHON}"
}