summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-07-27 00:43:35 +1000
committerDamien George <damien@micropython.org>2022-03-10 10:58:33 +1100
commitac2293161e98e73d39434628f995e85bd97e52c2 (patch)
tree6cc14ad736b124e085371ec47e734b90f7e98ddd /tests/run-tests.py
parentcac939ddc3625da7e6cf1cf0309daba25fc1cedb (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-xtests/run-tests.py1
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":