diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-14 15:59:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 15:59:33 -0700 |
| commit | ada102dd986bb03186978579cc909da5c66772d6 (patch) | |
| tree | 36b3bc1afca2fb414e72a4482893720f9fd4eb91 /tests | |
| parent | e063b066f0e1bc1dfbdbb354ec2cb01a548bea8b (diff) | |
| parent | 135fb5b8870050f8045dcea88c8896a1a35b493c (diff) | |
Merge pull request #2767 from jepler/update-ulab
ulab: Get updates from upstream
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests index f6c727a8a..6e980f03c 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -385,6 +385,7 @@ def run_tests(pyb, tests, args, base_path=".", num_threads=1): skip_tests.add('stress/gc_trace.py') # requires yield skip_tests.add('stress/recursive_gen.py') # requires yield skip_tests.add('extmod/vfs_userfs.py') # because native doesn't properly handle globals across different modules + skip_tests.add('../extmod/ulab/tests/argminmax.py') # requires yield def run_one_test(test_file): test_file = test_file.replace('\\', '/') |
