python313Packages.fast-histogram: disable failing test

This commit is contained in:
Fabian Affolter
2025-01-13 13:33:29 +01:00
parent 06c9cf23aa
commit 914742a2e2
@@ -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";