diff options
-rw-r--r-- | dev-vcs/bzr/bzr-2.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/bzr/bzr-2.6.0.ebuild | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild index e81b2d40bb83..26b90ca917af 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 6fcb43cce1ec..d9b532d4bd5c 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 |