3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.lsp-test: disable test suite again

I removed the `dontCheck` override accidentally when cleaning up eval
errors.
This commit is contained in:
sternenseemann 2021-05-20 12:30:12 +02:00
parent 154ff7ecc1
commit eb196dea43

View file

@ -1944,4 +1944,7 @@ EOT
testTarget = "test --test-options='-p \"!/[NOCI]/\"'";
};
# Tests require to run a binary which isn't built
lsp-test = dontCheck super.lsp-test;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super