From 5f0b33710ab1eb0657081e015031c4b9b1eb9b2c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 20 Nov 2024 23:08:31 +0100 Subject: [PATCH] tests/{efmls-configs,none-ls}: re-enable phpstan test --- 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 5f346cec..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-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 ed3e49a4..225dfb1c 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-17 - # Fixed in https://github.com/NixOS/nixpkgs/pull/356691 - "phpstan" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13