Merge pull request #245174 from ncfavier/sym

haskellPackages.sym: disable tests
This commit is contained in:
Dennis Gosnell 2023-07-25 13:05:24 +09:00 committed by GitHub
commit 277bf961c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 5 deletions

View file

@ -2779,4 +2779,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

@ -282160,8 +282160,6 @@ self: {
testHaskellDepends = [ base hashable QuickCheck ];
description = "Permutations, patterns, and statistics";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"sym-plot" = callPackage
@ -282173,7 +282171,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