mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Revert "tests/{efmls-configs,none-ls}: disable ansible_lint test (broken package)"
This reverts commit 9159f9e97e
.
This commit is contained in:
parent
647b1de9b9
commit
153ddee666
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue