mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 12:00:04 +02:00
tests: remove tests depending on anslible-lint for darwin
This commit is contained in:
parent
c26534a104
commit
56aaef010a
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
"phpstan"
|
"phpstan"
|
||||||
]
|
]
|
||||||
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||||
|
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
"ansible_lint"
|
||||||
# As of 2024-01-04, cbfmt is broken on darwin
|
# As of 2024-01-04, cbfmt is broken on darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
"cbfmt"
|
"cbfmt"
|
||||||
|
|
|
@ -105,6 +105,9 @@
|
||||||
"rubyfmt"
|
"rubyfmt"
|
||||||
])
|
])
|
||||||
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||||
|
# As of 2024-05-22, python311Packages.k5test (one of ansible-lint's dependenvies) is broken on darwin
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
"ansible_lint"
|
||||||
"clazy"
|
"clazy"
|
||||||
"gdformat"
|
"gdformat"
|
||||||
"gdlint"
|
"gdlint"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue