Revert "tests/lsp: temporarily disable test for pylyzer"

This reverts commit b75d6875c2.
This commit is contained in:
Gaetan Lepage 2024-05-02 23:36:41 +02:00 committed by Gaétan Lepage
parent 317da7bbba
commit 0a294ad931

View file

@ -171,10 +171,7 @@
prolog-ls.enable = true;
purescriptls.enable = true;
pylsp.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;
pylyzer.enable = true;
pyright.enable = true;
ruff.enable = true;
ruff-lsp.enable = true;