mirror of https://github.com/python/cpython
8726067ace
It was added as part of #29222 to avoid running freeze tool tests on the buildbots but the logic was wrong so it did not skip tests on typical posix setup buildbots where the worker is launched from cron via an @reboot task and thus have no USER environment variable. This uses the canonical `getpass.getuser()` API rather than rolling its own attempt. |
||
---|---|---|
.. | ||
__init__.py | ||
bytecode_helper.py | ||
hashlib_helper.py | ||
import_helper.py | ||
interpreters.py | ||
logging_helper.py | ||
os_helper.py | ||
script_helper.py | ||
socket_helper.py | ||
testresult.py | ||
threading_helper.py | ||
warnings_helper.py |