You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
test_ast.py for 3.0..3.3 works now
This commit is contained in:
@@ -178,7 +178,6 @@ case $PYVERSION in
|
|||||||
;;
|
;;
|
||||||
3.2)
|
3.2)
|
||||||
SKIP_TESTS=(
|
SKIP_TESTS=(
|
||||||
[test_ast.py]=1 # Look at: AssertionError: b'hi' != 'hi'
|
|
||||||
[test_cmd_line.py]=1
|
[test_cmd_line.py]=1
|
||||||
[test_collections.py]=1
|
[test_collections.py]=1
|
||||||
[test_concurrent_futures.py]=1 # too long to run over 46 seconds by itself
|
[test_concurrent_futures.py]=1 # too long to run over 46 seconds by itself
|
||||||
@@ -197,7 +196,6 @@ case $PYVERSION in
|
|||||||
|
|
||||||
3.3)
|
3.3)
|
||||||
SKIP_TESTS=(
|
SKIP_TESTS=(
|
||||||
[test_ast.py]=1 # Investigate: syntax error
|
|
||||||
[test_atexit.py]=1 #
|
[test_atexit.py]=1 #
|
||||||
[test_cmd_line.py]=1 # too long?
|
[test_cmd_line.py]=1 # too long?
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user