haskellPackages.HUnit-Plus: test are broken by unordered-containers

Most likely order-dependent test suite, probably no harm in ignoring the
failure for now.
main
sternenseemann 2 years ago
parent 92161fcfda
commit 7782b76df6
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -2178,5 +2178,7 @@ self: super: {
"--skip" "/hercules-ci-api/Hercules.API.Agent.Evaluate.EvaluateEvent.DerivationInfo/DerivationInfo/ToJSON/encodes v2 correctly/"
] ++ drv.testFlags or [];
}) (doJailbreak super.hercules-ci-api-agent);
# https://github.com/emc2/HUnit-Plus/issues/26
HUnit-Plus = dontCheck super.HUnit-Plus;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save