python313Packages.phik: disable failing test (#446777)

This commit is contained in:
Fabian Affolter
2025-09-27 22:20:48 +00:00
committed by GitHub
@@ -60,6 +60,11 @@ buildPythonPackage rec {
rm -r phik
'';
disabledTests = [
# AssertionError: np.False_ is not true
"test_phik_calculation"
];
meta = with lib; {
description = "Phi_K correlation analyzer library";
longDescription = ''