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

Most likely order-dependent test suite, probably no harm in ignoring the
failure for now.
This commit is contained in:
sternenseemann 2021-12-23 14:33:21 +01:00
parent 92161fcfda
commit 7782b76df6

View file

@ -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