diff --git a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild index e81b2d40bb833..26b90ca917afb 100644 --- a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild +++ b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild @@ -51,12 +51,6 @@ python_compile() { distutils-r1_python_compile } -src_test() { - # Race due to conflicting ports in - # blackbox.test_serve.TestBzrServe.test_bzr_serve*. - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { # Some tests expect the usual pyc compiling behaviour. local -x PYTHONDONTWRITEBYTECODE diff --git a/dev-vcs/bzr/bzr-2.6.0.ebuild b/dev-vcs/bzr/bzr-2.6.0.ebuild index 6fcb43cce1ecb..d9b532d4bd5c1 100644 --- a/dev-vcs/bzr/bzr-2.6.0.ebuild +++ b/dev-vcs/bzr/bzr-2.6.0.ebuild @@ -54,12 +54,6 @@ python_compile() { distutils-r1_python_compile } -src_test() { - # Race due to conflicting ports in - # blackbox.test_serve.TestBzrServe.test_bzr_serve*. - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { # Some tests expect the usual pyc compiling behaviour. local -x PYTHONDONTWRITEBYTECODE