You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Need to exclude fstring test
This commit is contained in:
@@ -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
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user