haskellPackages.persistent-migration: disable integration tests
No PostgreSQL db in the build sandbox.
This commit is contained in:
parent
9858da4185
commit
dd8cebebbf
3 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue