You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run tests during the package build, with invocation xxx
psutil.tests.test_system.TestSensorsAPIs.test_sensors_temperatures is flaky - fails much more often than not.
C10S output:
DEBUG: FAIL: psutil.tests.test_system.TestSensorsAPIs.test_sensors_temperatures
DEBUG: ----------------------------------------------------------------------
DEBUG: Traceback (most recent call last):
DEBUG: File "/builddir/build/BUILD/psutil-release-5.9.8/psutil/tests/test_system.py", line 914, in test_sensors_temperatures
DEBUG: self.assertGreaterEqual(entry.current, 0)
DEBUG: AssertionError: -0.15 not greater than or equal to 0
DEBUG: ----------------------------------------------------------------------
Fedora Linux ouput:
======================================================================
FAIL: psutil.tests.test_system.TestSensorsAPIs.test_sensors_temperatures
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python3.13/site-packages/psutil/tests/test_system.py", line 914, in test_sensors_temperatures
self.assertGreaterEqual(entry.current, 0)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
AssertionError: -273.15 not greater than or equal to 0
The text was updated successfully, but these errors were encountered:
Summary
Description
We run tests during the package build, with invocation xxx
psutil.tests.test_system.TestSensorsAPIs.test_sensors_temperatures
is flaky - fails much more often than not.C10S output:
Fedora Linux ouput:
The text was updated successfully, but these errors were encountered: