Go over test exclusions yet again

This commit is contained in:
rocky
2020-01-17 12:14:30 -05:00
parent e06f0990f8
commit 7263b6b15f
3 changed files with 5 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ SKIP_TESTS=(
[test_sys_settrace.py]=1 # doesn't terminate
[test_telnetlib.py]=1 # doesn't terminate
[test_tempfile.py]=1 # FIXME nested "if" is in wrong place. 3.6.2. may work though
[test_thread.py]=1
[test_threading.py]=1
[test_threadsignals.py]=1 # doesn't terminate test_lock_acquire_retries
@@ -153,6 +154,7 @@ SKIP_TESTS=(
[test_urllib2net.py]=1 # it fails on its own
[test_urllibnet.py]=1 # it fails on its own
[test_urlparse.py]=1 # test assert error
[test_uu.py]=1 # May 3.6.2. may work
[test_weakref.py]=1 # doesn't terminate test_threaded_weak_valued_consistency (__main__.MappingTestCase) ...
[test_winreg.py]=1 # it fails on its own