diff options
Diffstat (limited to 'sys-cluster/nova/nova-12.0.0.ebuild')
-rw-r--r-- | sys-cluster/nova/nova-12.0.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-12.0.0.ebuild b/sys-cluster/nova/nova-12.0.0.ebuild index 5aec32f7cd18..070facff76d8 100644 --- a/sys-cluster/nova/nova-12.0.0.ebuild +++ b/sys-cluster/nova/nova-12.0.0.ebuild @@ -230,8 +230,6 @@ python_prepare_all() { } python_test() { - # turn multiprocessing off, testr will use it --parallel - local DISTUTILS_NO_PARALLEL_BUILD=1 testr init testr run --parallel || die "failed testsuite under python2.7" } |