From bc87d91273928c97a47eab0df9b303bb45adc6f4 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 31 Dec 2024 15:18:02 +0100 Subject: [PATCH] tests/{efmls-configs,none-ls}: disable clazy test (broken package) --- tests/test-sources/plugins/by-name/efmls-configs/default.nix | 3 +++ tests/test-sources/plugins/by-name/none-ls/default.nix | 3 +++ 2 files changed, 6 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 c1f699d9..e4564f41 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -35,6 +35,9 @@ # ansible-compat is broken # Fixed by https://github.com/NixOS/nixpkgs/pull/369664 "ansible_lint" + # TODO: added 2024-12-31 + # Fixed by https://github.com/NixOS/nixpkgs/pull/369681 + "clazy" ] ++ 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 de6b489e..f58e7481 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -129,6 +129,9 @@ # ansible-compat is broken # Fixed by https://github.com/NixOS/nixpkgs/pull/369664 "ansiblelint" + # TODO: added 2024-12-31 + # Fixed by https://github.com/NixOS/nixpkgs/pull/369681 + "clazy" ] ++ (lib.optionals pkgs.stdenv.isDarwin [ # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin