Unverified Commit 1b41305b authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #255341 from SuperSandro2000/natsort

python310Packages.natsort: disable timing sensitive test
parents 1a813fb9 473c3a70
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"
  ];