mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
haskellPackages.hercules-ci-api-agent: skip order dependent test
This commit is contained in:
parent
0d6cdac9d3
commit
39a494bfe1
@ -2172,5 +2172,11 @@ self: super: {
|
||||
"-t" "!*/compiled/ns*"
|
||||
] ++ drv.testFlags or [];
|
||||
}) (doJailbreak super.heist);
|
||||
# https://github.com/hercules-ci/hercules-ci-agent/issues/352
|
||||
hercules-ci-api-agent = assert super.hercules-ci-api-agent.version == "0.4.1.0"; overrideCabal (drv: {
|
||||
testFlags = [
|
||||
"--skip" "/hercules-ci-api/Hercules.API.Agent.Evaluate.EvaluateEvent.DerivationInfo/DerivationInfo/ToJSON/encodes v2 correctly/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) (doJailbreak super.hercules-ci-api-agent);
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user