You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
stdlib batch testing workarounds
This commit is contained in:
@@ -115,6 +115,7 @@ case $PYVERSION in
|
||||
# Figure out what's up here
|
||||
SKIP_TESTS[test_array.py]=1
|
||||
SKIP_TESTS[test_ast.py]=1
|
||||
SKIP_TESTS[test_audioop.py]=1
|
||||
fi
|
||||
;;
|
||||
3.5)
|
||||
@@ -171,7 +172,7 @@ if [[ -n $1 ]] ; then
|
||||
SKIP_TESTS=()
|
||||
fi
|
||||
else
|
||||
files=test_a*.py
|
||||
files=test_*.py
|
||||
fi
|
||||
|
||||
typeset -i ALL_FILES_STARTTIME=$(date +%s)
|
||||
|
Reference in New Issue
Block a user