cpython/Misc/NEWS.d/next/Tests/2024-07-13-11-04-44.gh-issu...

4 lines
197 B
ReStructuredText

:func:`os.getloadavg` may throw :exc:`OSError` when running regression tests
under certain conditions (e.g. chroot). This error is now caught and
ignored, since reporting load average is optional.