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

This commit is contained in:
Gaetan Lepage 2024-12-31 14:52:17 +01:00
parent 3fd7c3bf59
commit 9159f9e97e
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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