diff options
| author | Sam James <sam@gentoo.org> | 2025-06-13 01:09:58 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-13 01:09:58 +0100 |
| commit | da755f3682c97a600660e47bdcc6897c62b6b6f9 (patch) | |
| tree | d321245a0f80b41013830295811a0af711166d42 /dev-lang/micropython/micropython-1.25.0.ebuild | |
| parent | 0e1febd9151d05013fd6ebcf65193d6e0ecf5d5e (diff) | |
| download | gentoo-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.ebuild | 2 |
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}" \ |
