Skip to content

Commit

Permalink
tests/{efmls-configs,none-ls}: disable clazy test (broken package)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 31, 2024
1 parent 29fbcbc commit bc87d91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-sources/plugins/by-name/efmls-configs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tests/test-sources/plugins/by-name/none-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc87d91

Please sign in to comment.