mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-vcs/bzr: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user