haskellPackages.sym: disable tests

This commit is contained in:
Naïm Favier 2023-07-24 13:43:02 +02:00
parent 7dd4145f59
commit bb835df448
No known key found for this signature in database
GPG key ID: 95AFCE8211908325
4 changed files with 3 additions and 5 deletions

View file

@ -2794,4 +2794,7 @@ self: super: {
# Flaky QuickCheck tests
# https://github.com/Haskell-Things/ImplicitCAD/issues/441
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

View file

@ -5215,7 +5215,6 @@ broken-packages:
- 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
- syfco
- sym
- symantic
- symantic-cli
- symantic-http-client

View file

@ -3781,7 +3781,6 @@ dont-distribute-packages:
- sydtest-webdriver-yesod
- sydtest-yesod
- sylvia
- sym-plot
- symantic-atom
- symantic-http-demo
- symantic-http-test

View file

@ -281929,8 +281929,6 @@ self: {
testHaskellDepends = [ base hashable QuickCheck ];
description = "Permutations, patterns, and statistics";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"sym-plot" = callPackage
@ -281942,7 +281940,6 @@ self: {
libraryHaskellDepends = [ base diagrams-cairo diagrams-lib sym ];
description = "Plot permutations; an addition to the sym package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"symantic" = callPackage