Commit 3914320e authored by Sarah Clark's avatar Sarah Clark
Browse files

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

parent 27fb6cc3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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 = {