Merge pull request #255341 from SuperSandro2000/natsort

python310Packages.natsort: disable timing sensitive test
This commit is contained in:
OTABI Tomoya
2023-09-16 08:47:43 +09:00
committed by GitHub
@@ -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"
];