haskellPackages.persistent-postgresql: don't check

Test suite requires database. Disabling tests as is done for mysql backend.
This commit is contained in:
Marek Fajkus 2020-04-04 21:42:07 +02:00 committed by Peter Simons
parent 5c7bf5123c
commit 0a4769ba6f
2 changed files with 2 additions and 1 deletions

View file

@ -1474,7 +1474,9 @@ self: super: {
vty = self.vty_5_28_2;
});
# Test suite requires database
persistent-mysql = dontCheck super.persistent-mysql;
persistent-postgresql = dontCheck super.persistent-postgresql;
# Fix EdisonAPI and EdisonCore for GHC 8.8:
# https://github.com/robdockins/edison/pull/16

View file

@ -8097,7 +8097,6 @@ broken-packages:
- persistent-migration
- persistent-mongoDB
- persistent-mysql-haskell
- persistent-postgresql
- persistent-protobuf
- persistent-ratelimit
- persistent-redis