forked from mirrors/nixpkgs
haskellPackages.persistent-postgresql: don't check
Test suite requires database. Disabling tests as is done for mysql backend.
This commit is contained in:
parent
5c7bf5123c
commit
0a4769ba6f
|
@ -1474,7 +1474,9 @@ self: super: {
|
||||||
vty = self.vty_5_28_2;
|
vty = self.vty_5_28_2;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# Test suite requires database
|
||||||
persistent-mysql = dontCheck super.persistent-mysql;
|
persistent-mysql = dontCheck super.persistent-mysql;
|
||||||
|
persistent-postgresql = dontCheck super.persistent-postgresql;
|
||||||
|
|
||||||
# Fix EdisonAPI and EdisonCore for GHC 8.8:
|
# Fix EdisonAPI and EdisonCore for GHC 8.8:
|
||||||
# https://github.com/robdockins/edison/pull/16
|
# https://github.com/robdockins/edison/pull/16
|
||||||
|
|
|
@ -8097,7 +8097,6 @@ broken-packages:
|
||||||
- persistent-migration
|
- persistent-migration
|
||||||
- persistent-mongoDB
|
- persistent-mongoDB
|
||||||
- persistent-mysql-haskell
|
- persistent-mysql-haskell
|
||||||
- persistent-postgresql
|
|
||||||
- persistent-protobuf
|
- persistent-protobuf
|
||||||
- persistent-ratelimit
|
- persistent-ratelimit
|
||||||
- persistent-redis
|
- persistent-redis
|
||||||
|
|
Loading…
Reference in a new issue