python312Packages.freud: disable test_docstring for all platforms

+5 -1
+5 -1
pkgs/development/python-modules/freud/default.nix
··· 73 matplotlib 74 sympy 75 ]; 76 - disabledTests = lib.optionals stdenv.hostPlatform.isAarch64 [ 77 # https://github.com/glotzerlab/freud/issues/961 78 "test_docstring" 79 ]; 80 # On top of cd $out due to https://github.com/NixOS/nixpkgs/issues/255262 ,
··· 73 matplotlib 74 sympy 75 ]; 76 + disabledTests = [ 77 # https://github.com/glotzerlab/freud/issues/961 78 + # 79 + # For x86_64-linux, see: 80 + # 81 + # https://github.com/glotzerlab/freud/issues/961#issuecomment-2553344968 82 "test_docstring" 83 ]; 84 # On top of cd $out due to https://github.com/NixOS/nixpkgs/issues/255262 ,