mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
tests: disable tests using broken pkgs.clj-kondo
This commit is contained in:
parent
26e373671f
commit
f1cb9f0746
3 changed files with 9 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
||||||
ruby = ["ruby"];
|
ruby = ["ruby"];
|
||||||
janet = ["janet"];
|
janet = ["janet"];
|
||||||
inko = ["inko"];
|
inko = ["inko"];
|
||||||
clojure = ["clj-kondo"];
|
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
# clojure = ["clj-kondo"];
|
||||||
dockerfile = ["hadolint"];
|
dockerfile = ["hadolint"];
|
||||||
terraform = ["tflint"];
|
terraform = ["tflint"];
|
||||||
};
|
};
|
||||||
|
|
|
@ -36,6 +36,9 @@
|
||||||
# As of 2024-01-04, luaformat is broken on x86_64-darwin
|
# As of 2024-01-04, luaformat is broken on x86_64-darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
"lua_format"
|
"lua_format"
|
||||||
|
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
"clj_kondo"
|
||||||
];
|
];
|
||||||
|
|
||||||
unpackaged =
|
unpackaged =
|
||||||
|
|
|
@ -104,6 +104,9 @@
|
||||||
pkgs.lib.optionals
|
pkgs.lib.optionals
|
||||||
(pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64)
|
(pkgs.stdenv.isDarwin && pkgs.stdenv.isx86_64)
|
||||||
[
|
[
|
||||||
|
# As of 2024-03-27, pkgs.graalvm-ce (a dependency of pkgs.clj-kondo) is broken on x86_64-darwin
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
"clj_kondo"
|
||||||
"rubyfmt"
|
"rubyfmt"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue