You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
runtests 2.6 typo
This commit is contained in:
@@ -15,8 +15,12 @@ SKIP_TESTS=(
|
||||
[test_re.py]=1 # probably control flow, uninitialized variable
|
||||
|
||||
[test_queue.py]=1 # Investigate whether we caused this recently
|
||||
<<<<<<< Updated upstream
|
||||
[test test_select.py]=1 # test takes too long to run: 11 seconds
|
||||
[test_support.py]=1 #
|
||||
=======
|
||||
[test_select.py]=1 # test takes too long to run: 11 seconds
|
||||
>>>>>>> Stashed changes
|
||||
[test_socket.py]=1 # test takes too long to run: 12 seconds
|
||||
[test_sys.py]=1 # test assertion failures
|
||||
[test_trace.py]=1 # Line numbers are expected to be different
|
||||
|
@@ -89,7 +89,7 @@ case $PYVERSION in
|
||||
)
|
||||
;;
|
||||
2.6)
|
||||
. ./3.3-exclude.sh
|
||||
. ./2.6-exclude.sh
|
||||
if (( batch )) ; then
|
||||
# Fails in crontab environment?
|
||||
# Figure out what's up here
|
||||
|
Reference in New Issue
Block a user