From bed0f0e01b2ed4a8527a82e4a90200fbbaa618f3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 3 Dec 2024 11:09:56 +0100 Subject: [PATCH] Revert "tests/{none-ls,efmls-configs}: disable phpstan" This reverts commit c500a3ffe18d8e7c7146dce26d7828b3dacd2320. --- tests/test-sources/plugins/by-name/none-ls/default.nix | 3 --- tests/test-sources/plugins/lsp/efmls-configs.nix | 3 --- 2 files changed, 6 deletions(-) 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 fa681193..bd1acdfd 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -125,9 +125,6 @@ "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 9f8c082c..ee798e1a 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -32,9 +32,6 @@ # 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" ]