haskellPackages.lsp-test: Remove obsolete dontCheck

lsp-test does not use hie anymore for tests
This commit is contained in:
Malte Brandy 2021-03-12 15:33:01 +01:00
parent f99be37b62
commit 1798bb77ab
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -446,9 +446,6 @@ self: super: builtins.intersectAttrs super {
# requires an X11 display in test suite
gi-gtk-declarative = dontCheck super.gi-gtk-declarative;
# depends on 'hie' executable
lsp-test = dontCheck super.lsp-test;
# tests depend on executable
ghcide = overrideCabal super.ghcide (drv: {
preCheck = ''export PATH="$PWD/dist/build/ghcide:$PATH"'';