tests/{efmls-configs,none-ls}: disable clazy test (broken package)

This commit is contained in:
Gaetan Lepage 2024-12-31 15:18:02 +01:00
parent 29fbcbc21b
commit bc87d91273
2 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,9 @@
# ansible-compat is broken # ansible-compat is broken
# Fixed by https://github.com/NixOS/nixpkgs/pull/369664 # Fixed by https://github.com/NixOS/nixpkgs/pull/369664
"ansible_lint" "ansible_lint"
# TODO: added 2024-12-31
# Fixed by https://github.com/NixOS/nixpkgs/pull/369681
"clazy"
] ]
++ lib.optionals (system == "aarch64-linux") [ ++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13 # Broken as of 2024-07-13

View file

@ -129,6 +129,9 @@
# ansible-compat is broken # ansible-compat is broken
# Fixed by https://github.com/NixOS/nixpkgs/pull/369664 # Fixed by https://github.com/NixOS/nixpkgs/pull/369664
"ansiblelint" "ansiblelint"
# TODO: added 2024-12-31
# Fixed by https://github.com/NixOS/nixpkgs/pull/369681
"clazy"
] ]
++ (lib.optionals pkgs.stdenv.isDarwin [ ++ (lib.optionals pkgs.stdenv.isDarwin [
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin # As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin