remove \n in lambda; 2.6 grammar cleanup

This commit is contained in:
rocky
2022-05-14 20:28:24 -04:00
parent fa9cc4c669
commit 5c29b9a5e5
5 changed files with 4 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ SKIP_TESTS=(
[test_dis.py]=1 # We change line numbers - duh!
[test_file.py]=1 # test assertion failures
[test_generators.py]=1 # Investigate
[test_grammar.py]=1 # Too many stmts. Handle large stmts
# [test_grammar.py]=1 # fails on its own - no module tests.test_support
[test_grp.py]=1 # Long test - might work Control flow?
[test_macfs.py]=1 # it fails on its own
[test_macostools.py]=1 # it fails on its own