summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-05-14 18:57:53 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-05-14 19:07:49 +0200
commitcab0db34c94bbebc2d311d52e2507db36a44cc0f (patch)
treea510464e089fc1d30bf2881d149c43119d78e6c2 /sci-libs/datasets
parentprofiles/arch/sparc: mask libnbd[go] (diff)
downloadgentoo-cab0db34c94bbebc2d311d52e2507db36a44cc0f.tar.gz
gentoo-cab0db34c94bbebc2d311d52e2507db36a44cc0f.tar.bz2
gentoo-cab0db34c94bbebc2d311d52e2507db36a44cc0f.zip
sci-libs/datasets: enable jiwer depend tests
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/datasets')
-rw-r--r--sci-libs/datasets/datasets-2.11.0-r1.ebuild (renamed from sci-libs/datasets/datasets-2.11.0.ebuild)8
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0-r1.ebuild
index b7c020779cce..977bf0d698b9 100644
--- a/sci-libs/datasets/datasets-2.11.0.ebuild
+++ b/sci-libs/datasets/datasets-2.11.0-r1.ebuild
@@ -42,16 +42,10 @@ BDEPEND="test? (
$(python_gen_cond_dep '
dev-python/pytest-datadir[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
+ sci-libs/jiwer[${PYTHON_USEDEP}]
')
)"
PATCHES=( "${FILESDIR}"/${P}-tests.patch )
distutils_enable_tests pytest
-
-src_prepare() {
- # Require jiwer
- rm metrics/cer/test_cer.py || die
-
- distutils-r1_src_prepare
-}