From 604c7dae4824aafdec02eb5dbf43fae1fe69dc51 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 31 Mar 2026 11:01:57 +0300 Subject: [PATCH] python3Packages.freud: extend comment for disabledTests --- pkgs/development/python-modules/freud/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/freud/default.nix b/pkgs/development/python-modules/freud/default.nix index 939e29a6339e..6181840f24f8 100644 --- a/pkgs/development/python-modules/freud/default.nix +++ b/pkgs/development/python-modules/freud/default.nix @@ -86,7 +86,11 @@ buildPythonPackage (finalAttrs: { ''; disabledTests = [ + # 4 tests fail with: + # # AttributeError: module 'scipy.special' has no attribute 'sph_harm' + # + # See: https://github.com/glotzerlab/freud/issues/1408 "test_ld" "test_multiple_l" "test_qlmi"