diff options
Diffstat (limited to 'tests/run-natmodtests.py')
-rwxr-xr-x | tests/run-natmodtests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-natmodtests.py b/tests/run-natmodtests.py index 16f8fde967..ce4f941350 100755 --- a/tests/run-natmodtests.py +++ b/tests/run-natmodtests.py @@ -25,7 +25,6 @@ TEST_MAPPINGS = { "heapq": "heapq/heapq_$(ARCH).mpy", "random": "random/random_$(ARCH).mpy", "re": "re/re_$(ARCH).mpy", - "zlib": "zlib/zlib_$(ARCH).mpy", } # Code to allow a target MicroPython to import an .mpy from RAM |