3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.nri-redis: disable tests

They require a local redis daemon running.
This commit is contained in:
sternenseemann 2021-06-05 17:56:33 +02:00
parent b93c4e462b
commit 776e8fd668

View file

@ -823,4 +823,7 @@ self: super: builtins.intersectAttrs super {
# Since this package is primarily used by nixpkgs maintainers and is probably
# not used to link against by anyone, we can make its closure smaller.
cabal2nix-unstable = justStaticExecutables super.cabal2nix-unstable;
# test suite needs local redis daemon
nri-redis = dontCheck super.nri-redis;
}