haskellPackages.persistent-migration: disable integration tests

No PostgreSQL db in the build sandbox.
main
Michael Schneider 2 years ago committed by sterni
parent 9858da4185
commit dd8cebebbf
  1. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 1
      pkgs/development/haskell-modules/configuration-nix.nix
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -3703,7 +3703,6 @@ broken-packages:
- persistent-discover
- persistent-documentation
- persistent-equivalence
- persistent-migration
- persistent-mongoDB
- persistent-mysql-haskell
- persistent-odbc

@ -163,6 +163,7 @@ self: super: builtins.intersectAttrs super {
network-transport-tcp = dontCheck super.network-transport-tcp;
network-transport-zeromq = dontCheck super.network-transport-zeromq; # https://github.com/tweag/network-transport-zeromq/issues/30
oidc-client = dontCheck super.oidc-client; # the spec runs openid against google.com
persistent-migration = dontCheck super.persistent-migration; # spec requires pg_ctl binary
pipes-mongodb = dontCheck super.pipes-mongodb; # http://hydra.cryp.to/build/926195/log/raw
pixiv = dontCheck super.pixiv;
raven-haskell = dontCheck super.raven-haskell; # http://hydra.cryp.to/build/502053/log/raw

@ -211081,8 +211081,6 @@ self: {
];
description = "Manual migrations for the persistent library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"persistent-mongoDB" = callPackage

Loading…
Cancel
Save