python314Packages.samplerate-ledfx: ignore timing sensitive test
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user