From 4cd2df0a47f54ffefcc3e95557783ad2d7b716a2 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 12 Jul 2022 23:56:21 +0200 Subject: [PATCH] haskellPackages.hasql-dynamic-statements: skip db dependent tests --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index f919a2cf8dc4..c05a207e89e9 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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;