tests: remove tests depending on anslible-lint for darwin

This commit is contained in:
Gaetan Lepage 2024-05-23 12:11:54 +02:00 committed by Gaétan Lepage
parent c26534a104
commit 56aaef010a
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,9 @@
"phpstan"
]
++ 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
# TODO: re-enable this test when fixed
"cbfmt"

View file

@ -105,6 +105,9 @@
"rubyfmt"
])
++ (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"
"gdformat"
"gdlint"