dev-python/django-tastypie: 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:38:37 +02:00
parent 10f55c1b4c
commit 231c41bc63

View File

@@ -47,10 +47,6 @@ python_compile_all() {
use doc && emake -C docs html
}
src_test() {
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
}
python_test() {
PYTHONPATH=.:tests ./tests/run_all_tests.sh || die
}