You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
remove from exclusion those stdlib test that now work
This commit is contained in:
@@ -17,7 +17,6 @@ case $PYVERSION in
|
||||
[test_codecs.py]=1 # need to fix tryelse
|
||||
[test_decorators.py]=1 # Syntax error decorators?
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_extcall.py]=1 # TypeError: saboteur() takes no arguments (1 given)
|
||||
[test_format.py]=1 # Control flow?
|
||||
[test_grp.py]=1 # Long test - might work Control flow?
|
||||
[test_import.py]=1 # Control flow?
|
||||
@@ -36,7 +35,6 @@ case $PYVERSION in
|
||||
[test_codecs.py]=1 # need to fix tryelse
|
||||
[test_decorators.py]=1 # Syntax error decorators?
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_extcall.py]=1 # TypeError: saboteur() takes no arguments (1 given)
|
||||
[test_format.py]=1 # Control flow?
|
||||
[test_grammar.py]=1 # Too many stmts. Handle large stmts
|
||||
[test_grp.py]=1 # Long test - might work Control flow?
|
||||
|
Reference in New Issue
Block a user