mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-02-18 12:19:50 +00:00
More 3.x runtests excludes
This commit is contained in:
parent
69064f4c23
commit
970cad7cc7
@ -1,5 +1,6 @@
|
||||
SKIP_TESTS=(
|
||||
[test_buffer.py]=1 # FIXME: Works on c90ff51
|
||||
[test_platform.py]=1 # FIXME: Works on c90ff51
|
||||
|
||||
[test___all__.py]=1 # it fails on its own
|
||||
[test_aifc.py]=1 #
|
||||
|
@ -204,6 +204,8 @@ SKIP_TESTS=(
|
||||
|
||||
if (( batch )) ; then
|
||||
SKIP_TESTS[test_codeccallbacks.py]=1
|
||||
SKIP_TESTS[test_complex.py]=1 # Something funky with POWER8
|
||||
|
||||
# locale on test machine is probably customized
|
||||
SKIP_TESTS[test__locale.py]=1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user