You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
changes from other branches
This commit is contained in:
@@ -18,6 +18,7 @@ SKIP_TESTS=(
|
||||
|
||||
[test_cd.py]=1 # i# No module cl
|
||||
[test_cl.py]=1 # it fails on its own
|
||||
[test_cmath.py]=pytest
|
||||
[test_codecmaps_cn.py]=1 # it fails on its own
|
||||
[test_codecmaps_jp.py]=1 # it fails on its own
|
||||
[test_codecmaps_kr.py]=1 # it fails on its own
|
||||
|
@@ -1,6 +1,13 @@
|
||||
SKIP_TESTS=(
|
||||
[test_descr.py]=1 # FIXME: Works on c90ff51?
|
||||
|
||||
[test_cmath.py]=1 # FIXME
|
||||
# AssertionError: rect1000: rect(complex(0.0, 0.0))
|
||||
# Expected: complex(0.0, 0.0)
|
||||
# Received: complex(0.0, -1.0)
|
||||
# Received value insufficiently close to expected value.
|
||||
|
||||
|
||||
[test_cmd_line.py]=1
|
||||
[test_collections.py]=1
|
||||
[test_concurrent_futures.py]=1 # too long to run over 46 seconds by itself
|
||||
|
@@ -11,7 +11,7 @@ SKIP_TESTS=(
|
||||
[test_itertools.py]=1
|
||||
|
||||
[test_buffer.py]=1 # FIXME: Works on c90ff51
|
||||
[test_cmath.py]=1 # FIXME: Works on c90ff51
|
||||
[test_cmath.py]=pytest
|
||||
|
||||
[test_atexit.py]=1 # The atexit test starting at 3.3 looks for specific comments in error lines
|
||||
|
||||
|
Reference in New Issue
Block a user