From b0d794c88f9ab7ead6610ddf0df82d36ceef155a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 3 Dec 2024 11:10:03 +0100 Subject: [PATCH] Revert "tests/{lsp-servers,efmls-configs}: disable psalm" This reverts commit 8fa53164b5dfc9cfc5c12279d1c0415c2a9e797e. --- tests/lsp-servers.nix | 3 --- tests/test-sources/plugins/lsp/efmls-configs.nix | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index 8899f462..df857864 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -48,9 +48,6 @@ let "dafny" "fsautocomplete" "omnisharp" - # TODO: added 2024-11-30 - # Fixed in https://github.com/NixOS/nixpkgs/pull/360544 - "psalm" ] ++ lib.optionals pkgs.stdenv.isDarwin [ "fsautocomplete" diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index ee798e1a..4beeeb41 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -31,9 +31,6 @@ # TODO: added 2024-10-15 # re-enable after fixed "dmd" - # TODO: added 2024-11-30 - # Fixed in https://github.com/NixOS/nixpkgs/pull/360544 - "psalm" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13