commit: 673142cf5b67504fdb07939537bc3e617fa49204
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 15:33:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 16:23:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673142cf
dev-python/ijson: Fix running tests against C ext
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ijson/ijson-3.2.1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/ijson/ijson-3.2.1.ebuild
b/dev-python/ijson/ijson-3.2.1.ebuild
index e0e41874669d..f445a1279501 100644
--- a/dev-python/ijson/ijson-3.2.1.ebuild
+++ b/dev-python/ijson/ijson-3.2.1.ebuild
@@ -35,3 +35,8 @@ RDEPEND="
"
distutils_enable_tests pytest
+
+python_test() {
+ rm -rf ijson || die
+ epytest
+}