python312Packages.freud: disable test_docstring for all platforms

This commit is contained in:
Doron Behar
2024-12-19 12:25:36 +02:00
parent e04876879c
commit f1de359239
@@ -73,8 +73,12 @@ buildPythonPackage rec {
matplotlib
sympy
];
disabledTests = lib.optionals stdenv.hostPlatform.isAarch64 [
disabledTests = [
# https://github.com/glotzerlab/freud/issues/961
#
# For x86_64-linux, see:
#
# https://github.com/glotzerlab/freud/issues/961#issuecomment-2553344968
"test_docstring"
];
# On top of cd $out due to https://github.com/NixOS/nixpkgs/issues/255262 ,