mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 23:53:26 +00:00
haskellPackages.hspec-api: unmark as broken
This commit is contained in:
parent
789cd14ab9
commit
73eca9a20f
@ -113,7 +113,4 @@ self: super: {
|
|||||||
"--match" "!/hiedb/Command line/point-info/correctly prints type signatures/"
|
"--match" "!/hiedb/Command line/point-info/correctly prints type signatures/"
|
||||||
];
|
];
|
||||||
}) super.hiedb;
|
}) super.hiedb;
|
||||||
|
|
||||||
# Unbroken due to hspec* upgrades
|
|
||||||
hspec-api = doDistribute (unmarkBroken super.hspec-api);
|
|
||||||
}
|
}
|
||||||
|
@ -2622,7 +2622,6 @@ broken-packages:
|
|||||||
- hsp-cgi # failure in job https://hydra.nixos.org/build/233254927 at 2023-09-02
|
- hsp-cgi # failure in job https://hydra.nixos.org/build/233254927 at 2023-09-02
|
||||||
- hspear # failure in job https://hydra.nixos.org/build/233192286 at 2023-09-02
|
- hspear # failure in job https://hydra.nixos.org/build/233192286 at 2023-09-02
|
||||||
- hspec2 # failure in job https://hydra.nixos.org/build/233251459 at 2023-09-02
|
- hspec2 # failure in job https://hydra.nixos.org/build/233251459 at 2023-09-02
|
||||||
- hspec-api # failure in job https://hydra.nixos.org/build/233201204 at 2023-09-02
|
|
||||||
- hspec-expectations-match # failure in job https://hydra.nixos.org/build/233210221 at 2023-09-02
|
- hspec-expectations-match # failure in job https://hydra.nixos.org/build/233210221 at 2023-09-02
|
||||||
- hspec-experimental # failure in job https://hydra.nixos.org/build/233216119 at 2023-09-02
|
- hspec-experimental # failure in job https://hydra.nixos.org/build/233216119 at 2023-09-02
|
||||||
- hspec-jenkins # failure in job https://hydra.nixos.org/build/233213269 at 2023-09-02
|
- hspec-jenkins # failure in job https://hydra.nixos.org/build/233213269 at 2023-09-02
|
||||||
|
@ -157794,8 +157794,6 @@ self: {
|
|||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "A Testing Framework for Haskell";
|
description = "A Testing Framework for Haskell";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hspec-attoparsec" = callPackage
|
"hspec-attoparsec" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user