summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/micropython-1.25.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-06-13 01:09:58 +0100
committerSam James <sam@gentoo.org>2025-06-13 01:09:58 +0100
commitda755f3682c97a600660e47bdcc6897c62b6b6f9 (patch)
treed321245a0f80b41013830295811a0af711166d42 /dev-lang/micropython/micropython-1.25.0.ebuild
parent0e1febd9151d05013fd6ebcf65193d6e0ecf5d5e (diff)
downloadgentoo-da755f3682c97a600660e47bdcc6897c62b6b6f9.tar.gz
gentoo-da755f3682c97a600660e47bdcc6897c62b6b6f9.tar.bz2
gentoo-da755f3682c97a600660e47bdcc6897c62b6b6f9.zip
dev-lang/micropython: add TODO for test runner
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/micropython/micropython-1.25.0.ebuild')
-rw-r--r--dev-lang/micropython/micropython-1.25.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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}" \