mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
haskellPackages.hasql-dynamic-statements: skip db dependent tests
This commit is contained in:
parent
85dfc90f5a
commit
4cd2df0a47
@ -207,6 +207,7 @@ self: super: builtins.intersectAttrs super {
|
||||
|
||||
# Test suite requires running a database server. Testing is done upstream.
|
||||
hasql = dontCheck super.hasql;
|
||||
hasql-dynamic-statements = dontCheck super.hasql-dynamic-statements;
|
||||
hasql-interpolate = dontCheck super.hasql-interpolate;
|
||||
hasql-notifications = dontCheck super.hasql-notifications;
|
||||
hasql-pool = dontCheck super.hasql-pool;
|
||||
|
Loading…
Reference in New Issue
Block a user