python3Packages.librosa: skip failing tests on darwin (#513011)
This commit is contained in:
@@ -41,6 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "librosa";
|
||||
version = "0.11.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "librosa";
|
||||
@@ -112,6 +113,11 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_unknown_axis"
|
||||
"test_axis_bound_warning"
|
||||
"test_auto_aspect"
|
||||
|
||||
# audioread.exceptions.NoBackendError
|
||||
"test_get_duration_audioread"
|
||||
"test_get_samplerate_audioread"
|
||||
"test_load_force_audioread"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [
|
||||
# AssertionError (numerical comparison fails)
|
||||
|
||||
Reference in New Issue
Block a user