import sys # tests which worked on windows, but not on darwin if sys.platform != 'win32': if sys.version_info[:3] == (2, 6, 2): SKIP['test_decimal'] = 'hoping that somebody finds it' SKIP['test_rgbimg'] = 'hoping that somebody finds it' SKIP['test_file'] = 'threading problem in test_close_open' if sys.version_info[:3] == (2, 4, 6): SKIP['test_asynchat'] = 'threads are not reliable right now' if sys.version_info[:2] == (2, 5): SKIP['test_sqlite'] = 'dumps core from time to time'