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..fa681193 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-30 + # Fixed in https://github.com/NixOS/nixpkgs/pull/360546 + "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 ee798e1a..9f8c082c 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -32,6 +32,9 @@ # re-enable after fixed "dmd" # TODO: added 2024-11-30 + # Fixed in https://github.com/NixOS/nixpkgs/pull/360546 + "phpstan" + # TODO: added 2024-11-30 # Fixed in https://github.com/NixOS/nixpkgs/pull/360544 "psalm" ]