python3Packages.func-timeout: disable timing-sensitive tests that fail under load

This commit is contained in:
Sarah Clark
2025-11-06 15:50:53 -08:00
parent 27fb6cc349
commit 3914320ec0
@@ -18,6 +18,15 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# Calculates the amount of time the machine slept but doesn't account for heavy loads
"test_retry"
"test_funcSetTimeout"
"test_funcSetTimeCalculate"
"test_funcSetTimeCalculateWithOverride"
"test_setFuncTimeoutetry"
];
pythonImportsCheck = [ "func_timeout" ];
meta = {