bpo-46425: fix direct invocation of `test_fileutils` and `test_zoneinfo` by sobolevn · Pull Request #30792 · python/cpython
from . import _support as test_support from ._support import OS_ENV_LOCK, TZPATH_TEST_LOCK, ZoneInfoTestBase from test.test_zoneinfo import _support as test_support from test.test_zoneinfo._support import OS_ENV_LOCK, TZPATH_TEST_LOCK, ZoneInfoTestBase from test.support.import_helper import import_module
lzma = import_module('lzma')
_ZONEDUMP_DATA = None _FIXED_OFFSET_ZONES = None
if __name__ == '__main__': unittest.main()