tests/lsp: temporarily disable test for pylyzer

This commit is contained in:
Gaetan Lepage 2024-03-11 17:23:10 +01:00 committed by Gaétan Lepage
parent 544fc5d60b
commit b75d6875c2

View file

@ -142,7 +142,10 @@
prolog-ls.enable = true;
purescriptls.enable = true;
pylsp.enable = true;
pylyzer.enable = true;
# As of 2024-03-11, pylyzer is broken
# TODO: re-enable this test when fixed
# https://github.com/mtshiba/pylyzer/issues/78
pylyzer.enable = false;
pyright.enable = true;
rnix-lsp.enable = false; # Deprecated
ruff-lsp.enable = true;