python3Packages.librosa: fix
Fixes https://github.com/NixOS/nixpkgs/issues/285489 Ignore test `test_nnls_vector` as it prevents building the package with Nix. This test fails because of a call to `scipy.optimize.nnls` that reaches the maximum number of iterations.
This commit is contained in:
parent
7cbd22a29d
commit
2b32ca08ba
@ -106,6 +106,8 @@ buildPythonPackage rec {
|
||||
"test_example"
|
||||
"test_example_info"
|
||||
"test_load_resample"
|
||||
# does not converge
|
||||
"test_nnls_vector"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user