summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-20 12:24:19 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-20 12:26:01 +0200
commit7a46115c244ba3c86bda5ab88edf9b64957f26f5 (patch)
tree8d9b3a77394f43fe7d1dfb3a5f15e1a9aad40f31 /app-text
parentapp-text/htmlmin: Remove unused cgi import (diff)
downloadgentoo-7a46115c244ba3c86bda5ab88edf9b64957f26f5.tar.gz
gentoo-7a46115c244ba3c86bda5ab88edf9b64957f26f5.tar.bz2
gentoo-7a46115c244ba3c86bda5ab88edf9b64957f26f5.zip
app-text/htmlmin: Run tests via unittest
Closes: https://bugs.gentoo.org/927516 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild
index bee49ec88566..188d0350d718 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r3.ebuild
@@ -21,7 +21,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
src_prepare() {
distutils-r1_src_prepare