haskellPackages.hasql-dynamic-statements: skip db dependent tests

This commit is contained in:
Robert Vollmert 2022-07-12 23:56:21 +02:00 committed by sternenseemann
parent 85dfc90f5a
commit 4cd2df0a47

View File

@ -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;