commit: da755f3682c97a600660e47bdcc6897c62b6b6f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 00:09:58 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 00:09:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da755f36
dev-lang/micropython: add TODO for test runner
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/micropython/micropython-1.25.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-lang/micropython/micropython-1.25.0.ebuild
b/dev-lang/micropython/micropython-1.25.0.ebuild
index 7b92e01519aa..5438dc2126f3 100644
--- a/dev-lang/micropython/micropython-1.25.0.ebuild
+++ b/dev-lang/micropython/micropython-1.25.0.ebuild
@@ -74,6 +74,8 @@ src_compile() {
}
src_test() {
+ # TODO: Switch this to using run-tests.py so we get better output
+ # on failures and can skip tests using regex?
emake V=1 -C ports/unix \
PYTHON="${EPYTHON}" \
MICROPY_CPYTHON3="${EPYTHON}" \