Commit 604c7dae authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.freud: extend comment for disabledTests

parent eca95bc2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"