Unverified Commit 90c93f32 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.freud: extend comment for disabledTests (#505218)

parents 63527d30 604c7dae
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -80,12 +80,17 @@ buildPythonPackage (finalAttrs: {
    pytestCheckHook
    sympy
  ];
  # https://github.com/NixOS/nixpkgs/issues/255262
  preCheck = ''
    rm -rf freud
  '';

  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"