mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pysrt: 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:
@@ -27,10 +27,6 @@ DEPEND="${RDEPEND}
|
||||
# https://github.com/byroot/pysrt/issues/42
|
||||
RESTRICT="test"
|
||||
|
||||
src_test() {
|
||||
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --with-coverage --cover-package=pysrt \
|
||||
|| die "Tests failed under ${EPYTHON}"
|
||||
|
||||
@@ -27,10 +27,6 @@ DEPEND="${RDEPEND}
|
||||
# https://github.com/byroot/pysrt/issues/42
|
||||
RESTRICT="test"
|
||||
|
||||
src_test() {
|
||||
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --with-coverage --cover-package=pysrt \
|
||||
|| die "Tests failed under ${EPYTHON}"
|
||||
|
||||
@@ -24,10 +24,6 @@ DEPEND="${RDEPEND}
|
||||
test? ( dev-python/nose[coverage(+),${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --with-coverage --cover-package=pysrt \
|
||||
|| die "Tests failed under ${EPYTHON}"
|
||||
|
||||
Reference in New Issue
Block a user