diff options
| author | Damien George <damien@micropython.org> | 2021-07-27 00:43:35 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-03-10 10:58:33 +1100 |
| commit | ac2293161e98e73d39434628f995e85bd97e52c2 (patch) | |
| tree | 6cc14ad736b124e085371ec47e734b90f7e98ddd /tests/run-tests.py | |
| parent | cac939ddc3625da7e6cf1cf0309daba25fc1cedb (diff) | |
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
This allows customising the REPL prompt strings.
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, 1 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index dfe0a8e55..9c298dae3 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -433,6 +433,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1): if not has_coverage: skip_tests.add("cmdline/cmd_parsetree.py") + skip_tests.add("cmdline/repl_sys_ps1_ps2.py") # Some tests shouldn't be run on a PC if args.target == "unix": |
