From 8b77198d494690f947cdf548bc74c4f3bc824a7c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 17 Nov 2024 12:22:07 +0100 Subject: [PATCH] tests/{none-ls,efmls-configs}: disable phpstan https://github.com/NixOS/nixpkgs/pull/356691 --- tests/test-sources/plugins/by-name/none-ls/default.nix | 3 +++ tests/test-sources/plugins/lsp/efmls-configs.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/test-sources/plugins/by-name/none-ls/default.nix b/tests/test-sources/plugins/by-name/none-ls/default.nix index bd1acdfd..5f346cec 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -125,6 +125,9 @@ "opacheck" "rego" "prisma_format" + # TODO: added 2024-11-17 + # Fixed in https://github.com/NixOS/nixpkgs/pull/356691 + "phpstan" ] ++ (lib.optionals pkgs.stdenv.isDarwin [ # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index 225dfb1c..ed3e49a4 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-17 + # Fixed in https://github.com/NixOS/nixpkgs/pull/356691 + "phpstan" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13