From 296bb568ee160657380cbca2ee34926a62ff517f Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 15 Oct 2024 13:08:38 -0500 Subject: [PATCH] plugins/lsp/efmls-configs: enable php tests again on darwin --- tests/test-sources/plugins/lsp/efmls-configs.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index 2ed664c3..f8613e60 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -42,15 +42,6 @@ # TODO: re-enable those tests when fixed "chktex" "latexindent" - # TODO: added 2024-10-01 re-enable when fixed - # broken https://github.com/NixOS/nixpkgs/issues/345331 - "php" - "phan" - "phpstan" - "psalm" - "phpcbf" - "php_cs_fixer" - "phpcs" ] ++ lib.optionals (system == "x86_64-darwin") [ # As of 2024-07-31, dmd is broken on x86_64-darwin