From 9159f9e97e5e6f192c188757974b1be81d6fc332 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 31 Dec 2024 14:52:17 +0100 Subject: [PATCH] tests/{efmls-configs,none-ls}: disable ansible_lint test (broken package) --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 4 ++++ tests/test-sources/plugins/by-name/none-ls/default.nix | 4 ++++ 2 files changed, 8 insertions(+) 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 7bdb88f1..6527d324 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -31,6 +31,10 @@ # TODO: added 2024-10-15 # re-enable after fixed "dmd" + # TODO: added 2024-12-31 + # ansible-compat is broken + # Fixed by https://github.com/NixOS/nixpkgs/pull/369664 + "ansible_lint" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13 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..de6b489e 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,10 @@ "opacheck" "rego" "prisma_format" + # TODO: added 2024-12-31 + # ansible-compat is broken + # Fixed by https://github.com/NixOS/nixpkgs/pull/369664 + "ansiblelint" ] ++ (lib.optionals pkgs.stdenv.isDarwin [ # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin