From 7defce38637187b334afbd58515ec18ad30d4f4b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 20 Nov 2024 23:07:45 +0100 Subject: [PATCH] tests/{efmls-configs,lsp-servers}: re-enable psalm test --- tests/lsp-servers.nix | 4 ---- tests/test-sources/plugins/lsp/efmls-configs.nix | 3 --- 2 files changed, 7 deletions(-) diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index 71a1dfa3..d0675eb1 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -38,10 +38,6 @@ let let disabled = [ - # TODO: added 2024-11-17 - # Fixed in https://github.com/NixOS/nixpkgs/pull/356704 - "psalm" - # DEPRECATED SERVERS # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua "ruff_lsp" diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index de708400..ed3e49a4 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -34,9 +34,6 @@ # TODO: added 2024-11-17 # Fixed in https://github.com/NixOS/nixpkgs/pull/356691 "phpstan" - # TODO: added 2024-11-17 - # Fixed in https://github.com/NixOS/nixpkgs/pull/356704 - "psalm" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13