See above

This commit is contained in:
rocky
2020-01-17 14:09:08 -05:00
parent 26a4577cdb
commit 7a6511307f

View File

@@ -24,8 +24,8 @@ SKIP_TESTS=(
[test_poll.py]=1 # test takes too long to run: 11 seconds
[test_queue.py]=1
[test_raise.py]=1 # test assertion errors
[test_resource.py]=1
[test_re.py]=1
[test_resource.py]=1
[test_runpy.py]=1
[test_scope.py]=1
[test_select.py]=1
@@ -34,10 +34,11 @@ SKIP_TESTS=(
[test_socket.py]=1
[test_ssl.py]=1 # too installation specific
[test_strlit.py]=1
[test_strtod.py]=1 # FIX: works on release 3.6.2; must be if stmt nesting/handling
[test_subprocess.py]=1 # test takes too long to run: 28 seconds
[test_symtable.py]=1
[test_sys_setprofile.py]=1 # test assertion errors
[test_sys_settrace.py]=1
[test_subprocess.py]=1 # test takes too long to run: 28 seconds
[test_thread.py]=1
[test_timeout.py]=1
[test_traceback.py]=1