diff options
author | Damien George <damien@micropython.org> | 2024-05-14 15:18:48 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-05-14 15:19:27 +1000 |
commit | 154d602b6e92cd5781d87291fa0e7455a14af334 (patch) | |
tree | 9fe56cbfdfc4364ac6c873c596b5b1108008b998 /tests/run-tests.py | |
parent | fa23e4b093f81f03a24187c7ea0c928a9b4a661b (diff) |
webassembly/mpconfigport: Enable importing of .mpy files.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-x | tests/run-tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index 8acdcd2b3..1e1bd160a 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -702,7 +702,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1): skip_tests.add("micropython/emg_exc.py") skip_tests.add("micropython/extreme_exc.py") skip_tests.add("micropython/heapalloc_exc_compressed_emg_exc.py") - skip_tests.add("micropython/import_mpy_invalid.py") # Some tests are known to fail on 64-bit machines if pyb is None and platform.architecture()[0] == "64bit": |