dev-python/testtools: 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:47:30 +02:00
parent b542056c13
commit 9d5e70608f

View File

@@ -40,12 +40,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
src_test() {
# Required to allow / ensure all impls to pass run of testsuite
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
esetup.py test
}