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

This reverts commit 9159f9e97e.
This commit is contained in:
Gaetan Lepage 2025-01-03 18:16:00 +01:00
parent 647b1de9b9
commit 153ddee666
2 changed files with 0 additions and 8 deletions

View file

@ -31,10 +31,6 @@
# TODO: added 2024-10-15 # TODO: added 2024-10-15
# re-enable after fixed # re-enable after fixed
"dmd" "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") [ ++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13 # Broken as of 2024-07-13

View file

@ -125,10 +125,6 @@
"opacheck" "opacheck"
"rego" "rego"
"prisma_format" "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 [ ++ (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