python310Packages.natsort: disable timing sensitive test

This commit is contained in:
Sandro Jäckel
2023-09-15 21:11:57 +02:00
parent 4eaa213074
commit 473c3a70c5
@@ -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"
];