mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/{efmls-configs,none-ls}: disable clazy test (broken package)
This commit is contained in:
parent
29fbcbc21b
commit
bc87d91273
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue