mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
haskellPackages.persistent-sqlite: disable tests
This commit is contained in:
parent
7343f7630c
commit
a003cf0367
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user