Need to exclude fstring test

This commit is contained in:
rocky
2020-01-26 03:54:55 -05:00
parent 118e21b2cd
commit 49df216c67
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ SKIP_TESTS=(
[test_finalization.py]=1
[test_float.py]=1 # it fails on its own
[test_functools.py]=1 # it fails on its own
[test_fstring.py]=1 # need to disambiguate leading fstrings from docstrings
[test___future__.py]=1 # syntax error: Investigate
[test_gdb.py]=1 # it fails on its own

View File

@@ -39,6 +39,7 @@ SKIP_TESTS=(
[test_frame.py]=1 # test assertion errors
[test_ftplib.py]=1 # parse error
[test_functools.py]=1 # parse error
[test_fstring.py]=1 # need to disambiguate leading fstrings from docstrings
[test_gdb.py]=1 # it fails on its own
[test_generators.py]=1 # Investigate improper lamdba with bogus "False" added
[test_glob.py]=1 # TypeError: join() argument must be str or bytes, not 'tuple'