From 8fa53164b5dfc9cfc5c12279d1c0415c2a9e797e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 17 Nov 2024 13:49:42 +0100 Subject: [PATCH] tests/{lsp-servers,efmls-configs}: disable psalm https://github.com/NixOS/nixpkgs/pull/356704 --- tests/lsp-servers.nix | 3 +++ tests/test-sources/plugins/lsp/efmls-configs.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index df857864..8899f462 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -48,6 +48,9 @@ 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 4beeeb41..ee798e1a 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -31,6 +31,9 @@ # 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