haskellPackages.persistent-sqlite: disable tests

This commit is contained in:
Naïm Favier 2023-02-12 16:14:25 +01:00
parent 7343f7630c
commit a003cf0367
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -1144,6 +1144,10 @@ self: super: {
})
super.persistent-postgresql;
# Test suite requires a later version of persistent-test which depends on persistent 2.14
# https://github.com/commercialhaskell/stackage/issues/6884
persistent-sqlite = dontCheck super.persistent-sqlite;
# 2021-12-26: Too strict bounds on doctest
polysemy-plugin = doJailbreak super.polysemy-plugin;