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
commit 1b41305b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
];