mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-16 14:01:10 +01:00
tests/all-package-defaults: disable neotest dependees on aarch64-linux
This commit is contained in:
parent
c9f56ea275
commit
db1a991f33
1 changed files with 32 additions and 0 deletions
|
|
@ -22,6 +22,38 @@ let
|
||||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||||
# "tabnine"
|
# "tabnine"
|
||||||
"cmp-tabnine"
|
"cmp-tabnine"
|
||||||
|
|
||||||
|
# luajitPackages.neotest is flaky: (temporarily?) disable tests that depend on it
|
||||||
|
"compiler.nvim"
|
||||||
|
"neotest-bash"
|
||||||
|
"neotest-ctest"
|
||||||
|
"neotest-dart"
|
||||||
|
"neotest-deno"
|
||||||
|
"neotest-dotnet"
|
||||||
|
"neotest-elixir"
|
||||||
|
"neotest-foundry"
|
||||||
|
"neotest-go"
|
||||||
|
"neotest-golang"
|
||||||
|
"neotest-gradle"
|
||||||
|
"neotest-gtest"
|
||||||
|
"neotest-haskell"
|
||||||
|
"neotest-java"
|
||||||
|
"neotest-jest"
|
||||||
|
"neotest-minitest"
|
||||||
|
"neotest-pest"
|
||||||
|
"neotest-phpunit"
|
||||||
|
"neotest-playwright"
|
||||||
|
"neotest-plenary"
|
||||||
|
"neotest-python"
|
||||||
|
"neotest-rspec"
|
||||||
|
"neotest-rust"
|
||||||
|
"neotest-scala"
|
||||||
|
"neotest-testthat"
|
||||||
|
"neotest-vitest"
|
||||||
|
"neotest-zig"
|
||||||
|
"nvim-coverage"
|
||||||
|
"overseer.nvim"
|
||||||
|
"rustaceanvim"
|
||||||
]
|
]
|
||||||
++ lib.optionals hostPlatform.isDarwin [
|
++ lib.optionals hostPlatform.isDarwin [
|
||||||
# xdotool is not available on darwin
|
# xdotool is not available on darwin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue