commit: 92cf71f3b0e20c5f1424533611b89f4881ff0354
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 08:28:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 12:26:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cf71f3
dev-python/funcparserlib: Clean test code up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
index 721fe2f08ec..92c32a0482a 100644
--- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
@@ -14,15 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
+IUSE=""
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- local m=unittest
cd "${BUILD_DIR}"/lib || die
- "${PYTHON}" -m ${m} discover || die "Tests fail with ${EPYTHON}"
+ "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
}
python_install_all() {