Unverified Commit 473c3a70 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python310Packages.natsort: disable timing sensitive test

parent 4eaa2130
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  disabledTests = [
    # timing sensitive test
    # hypothesis.errors.DeadlineExceeded: Test took 524.23ms, which exceeds the deadline of 200.00ms
    "test_string_component_transform_factory"
  ];

  pythonImportsCheck = [
    "natsort"
  ];