python313Packages.fast-histogram: disable failing test
This commit is contained in:
@@ -43,6 +43,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "fast_histogram" ];
|
||||
|
||||
disabledTests = [
|
||||
# ValueError
|
||||
"test_1d_compare_with_numpy"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast 1D and 2D histogram functions in Python";
|
||||
homepage = "https://github.com/astrofrog/fast-histogram";
|
||||
|
||||
Reference in New Issue
Block a user