commit: 1b5e474aa9d00bf9a5a26c296e8520f35b83796c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 08:40:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 08:48:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5e474a
dev-python/msgpack: Fix testing the C extension
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/msgpack/msgpack-1.0.5.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/msgpack/msgpack-1.0.5.ebuild
b/dev-python/msgpack/msgpack-1.0.5.ebuild
index 36bf3247455b..7b71530b8f6a 100644
--- a/dev-python/msgpack/msgpack-1.0.5.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.5.ebuild
@@ -42,3 +42,8 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
+
+python_test() {
+ rm -rf msgpack || die
+ epytest
+}