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 e4564f41..c1f699d9 100644 --- a/tests/test-sources/plugins/by-name/efmls-configs/default.nix +++ b/tests/test-sources/plugins/by-name/efmls-configs/default.nix @@ -35,9 +35,6 @@ # 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 f58e7481..de6b489e 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -129,9 +129,6 @@ # 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