python314Packages.samplerate-ledfx: ignore timing sensitive test

This commit is contained in:
Sandro Jäckel
2026-07-10 19:56:44 +02:00
parent b90e85e10a
commit 1fe4483927
@@ -56,6 +56,11 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
];
disabledTestPaths = [
# timing sensitive: AssertionError: Expected speedup > 1.0, got 0.68x
"tests/test_threading_performance.py::test_conditional_gil_release_large_data_threading"
];
pythonImportsCheck = [ "samplerate" ];
meta = {