python3Packages.librosa: disable failing tests
The display tests compare images rendered and expect them to be within a certain tolerance. With matplotlib 3.11.0 this tolerance gets exceeded.
This commit is contained in:
@@ -143,6 +143,11 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_resample_stereo"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# matplotlib 3.11 exceeds tolerances for image comparison
|
||||
"tests/test_display.py"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Python library for audio and music analysis";
|
||||
homepage = "https://github.com/librosa/librosa";
|
||||
|
||||
Reference in New Issue
Block a user