From 8bbaf1bb886ed997e8c68625ba021c7439bb7f8e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 15 Mar 2026 23:43:02 +0100 Subject: [PATCH] haskellPackages.notion-client: disable tests which need network/API --- 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 c30c0ca00585..e14d6165deb3 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -497,6 +497,7 @@ builtins.intersectAttrs super { network-transport-zeromq = dontCheck super.network-transport-zeromq; # https://github.com/tweag/network-transport-zeromq/issues/30 oidc-client = dontCheck super.oidc-client; # the spec runs openid against google.com persistent-migration = dontCheck super.persistent-migration; # spec requires pg_ctl binary + notion-client = dontCheck super.notion-client; pipes-mongodb = dontCheck super.pipes-mongodb; # http://hydra.cryp.to/build/926195/log/raw pixiv = dontCheck super.pixiv; riak = dontCheck super.riak; # http://hydra.cryp.to/build/498763/log/raw