mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/redis-py: 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:
@@ -46,12 +46,6 @@ python_compile() {
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# https://github.com/andymccurdy/redis-py/issues/503
|
||||
# the suite is quite broken at this point but it's also the case in -2.9.1,
|
||||
|
||||
@@ -45,12 +45,6 @@ python_compile() {
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local pidfile=${T}/redis-${EPYTHON}.pid
|
||||
local sock=${T}/redis-${EPYTHON}.sock
|
||||
|
||||
@@ -45,12 +45,6 @@ python_compile() {
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# local DISTUTILS_NO_PARALLEL_BUILD=1
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local pidfile=${T}/redis-${EPYTHON}.pid
|
||||
local sock=${T}/redis-${EPYTHON}.sock
|
||||
|
||||
Reference in New Issue
Block a user