diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:47:30 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 9d5e70608f826135c09e233bec48abcc2a592e74 (patch) | |
tree | f85919315dbd5e0f16d7189ad5a6814c9a58753b /dev-python/testtools | |
parent | dev-python/apsw: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-9d5e70608f826135c09e233bec48abcc2a592e74.tar.gz gentoo-9d5e70608f826135c09e233bec48abcc2a592e74.tar.bz2 gentoo-9d5e70608f826135c09e233bec48abcc2a592e74.zip |
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>
Diffstat (limited to 'dev-python/testtools')
-rw-r--r-- | dev-python/testtools/testtools-0.9.36.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/testtools/testtools-0.9.36.ebuild b/dev-python/testtools/testtools-0.9.36.ebuild index 002a97b07221..ee13a7504ae0 100644 --- a/dev-python/testtools/testtools-0.9.36.ebuild +++ b/dev-python/testtools/testtools-0.9.36.ebuild @@ -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 } |