summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:38:37 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commit231c41bc63d72a927caa5c528cb52f6bab12f385 (patch)
tree8026ce09ca1e24958978ae7bbd7644d19d3401d6 /dev-python/django-tastypie
parentdev-python/pysrt: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff)
downloadgentoo-231c41bc63d72a927caa5c528cb52f6bab12f385.tar.gz
gentoo-231c41bc63d72a927caa5c528cb52f6bab12f385.tar.bz2
gentoo-231c41bc63d72a927caa5c528cb52f6bab12f385.zip
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>
Diffstat (limited to 'dev-python/django-tastypie')
-rw-r--r--dev-python/django-tastypie/django-tastypie-0.9.15.ebuild4
1 files changed, 0 insertions, 4 deletions
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 55d1d8df7252..972df70d4971 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
}