Skip to content

Commit 4a62665

Browse files
committed
fix native tests
1 parent 88c22d5 commit 4a62665

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
make -C examples/natmod/uzlib
6262
- name: Test native modules
6363
if: matrix.test == 'all'
64-
run: ./run-natmodtests.py extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py
64+
run: ./run-natmodtests.py extmod/{uheapq*,ure*,uzlib*}.py
6565
working-directory: tests

tests/run-natmodtests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
# Supported tests and their corresponding mpy module
1919
TEST_MAPPINGS = {
20-
"btree": "btree/btree_$(ARCH).mpy",
21-
"framebuf": "framebuf/framebuf_$(ARCH).mpy",
2220
"uheapq": "uheapq/uheapq_$(ARCH).mpy",
2321
"urandom": "urandom/urandom_$(ARCH).mpy",
2422
"ure": "ure/ure_$(ARCH).mpy",

0 commit comments

Comments
 (0)