diff --git a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild index 55d1d8df72523..972df70d4971f 100644 --- a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild +++ b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild @@ -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 }