From 647b1de9b9954a3a70b29e7e6291b2e28a6deb5f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 3 Jan 2025 18:15:49 +0100 Subject: [PATCH] Revert "tests/efmls-configs: disable cppcheck test on darwin (broken package)" This reverts commit 80b5d141df3dcec6da5625e9a8c3cae47bdc1870. --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test-sources/plugins/by-name/efmls-configs/default.nix b/tests/test-sources/plugins/by-name/efmls-configs/default.nix index c1f699d9..6527d324 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -46,10 +46,6 @@ # TODO: re-enable those tests when fixed "chktex" "latexindent" - # As of 2024-12-31, cppcheck is failing on darwin - # Fixed by https://github.com/NixOS/nixpkgs/pull/369673 - # TODO: re-enable this test when fixed - "cppcheck" ] ++ lib.optionals (system == "x86_64-darwin") [ # As of 2024-07-31, dmd is broken on x86_64-darwin