mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
Merge pull request #245174 from ncfavier/sym
haskellPackages.sym: disable tests
This commit is contained in:
commit
277bf961c3
@ -2779,4 +2779,7 @@ self: super: {
|
|||||||
# Flaky QuickCheck tests
|
# Flaky QuickCheck tests
|
||||||
# https://github.com/Haskell-Things/ImplicitCAD/issues/441
|
# https://github.com/Haskell-Things/ImplicitCAD/issues/441
|
||||||
implicit = dontCheck super.implicit;
|
implicit = dontCheck super.implicit;
|
||||||
|
|
||||||
|
# The hackage source is somehow missing a file present in the repo (tests/ListStat.hs).
|
||||||
|
sym = dontCheck super.sym;
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -5215,7 +5215,6 @@ broken-packages:
|
|||||||
- sydtest-rabbitmq # test failure in job https://hydra.nixos.org/build/225569272 at 2023-06-28
|
- sydtest-rabbitmq # test failure in job https://hydra.nixos.org/build/225569272 at 2023-06-28
|
||||||
- sydtest-webdriver # test failure in job https://hydra.nixos.org/build/225552802 at 2023-06-28
|
- sydtest-webdriver # test failure in job https://hydra.nixos.org/build/225552802 at 2023-06-28
|
||||||
- syfco
|
- syfco
|
||||||
- sym
|
|
||||||
- symantic
|
- symantic
|
||||||
- symantic-cli
|
- symantic-cli
|
||||||
- symantic-http-client
|
- symantic-http-client
|
||||||
|
@ -3781,7 +3781,6 @@ dont-distribute-packages:
|
|||||||
- sydtest-webdriver-yesod
|
- sydtest-webdriver-yesod
|
||||||
- sydtest-yesod
|
- sydtest-yesod
|
||||||
- sylvia
|
- sylvia
|
||||||
- sym-plot
|
|
||||||
- symantic-atom
|
- symantic-atom
|
||||||
- symantic-http-demo
|
- symantic-http-demo
|
||||||
- symantic-http-test
|
- symantic-http-test
|
||||||
|
@ -282160,8 +282160,6 @@ self: {
|
|||||||
testHaskellDepends = [ base hashable QuickCheck ];
|
testHaskellDepends = [ base hashable QuickCheck ];
|
||||||
description = "Permutations, patterns, and statistics";
|
description = "Permutations, patterns, and statistics";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"sym-plot" = callPackage
|
"sym-plot" = callPackage
|
||||||
@ -282173,7 +282171,6 @@ self: {
|
|||||||
libraryHaskellDepends = [ base diagrams-cairo diagrams-lib sym ];
|
libraryHaskellDepends = [ base diagrams-cairo diagrams-lib sym ];
|
||||||
description = "Plot permutations; an addition to the sym package";
|
description = "Plot permutations; an addition to the sym package";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"symantic" = callPackage
|
"symantic" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user