8000 ci: Allow unittest to be imported when testing mpy merge. · micropython/micropython@b3b3d4e · GitHub
[go: up one dir, main page]

Skip to content

Commit b3b3d4e

Browse files
committed
ci: Allow unittest to be imported when testing mpy merge.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent f4fe956 commit b3b3d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ function ci_unix_coverage_run_mpy_merge_tests {
552552
outdir=$(mktemp -d)
553553
allmpy=()
554554

555+
export MICROPYPATH="${mptop}/lib/micropython-lib/python-stdlib/unittest"
556+
555557
# Compile a selection of tests to .mpy and execute them, collecting the output.
556558
# None of the tests should SKIP.
557559
for inpy in $mptop/tests/basics/[acdel]*.py; do

0 commit comments

Comments
 (0)
0