vimPlugins.grug-far-nvim: prevent screenshot tests from failing

This commit is contained in:
Marc Jakobi
2026-04-06 23:28:49 +02:00
parent ff048610a1
commit 45396e09f5
+6 -1
View File
@@ -238,7 +238,12 @@ in
checkPhase = ''
runHook preCheck
# feel free to disable/adjust the tests
rm tests/base/test_apply.lua tests/base/test_vimscript_interpreter.lua
rm \
tests/base/test_apply.lua \
tests/base/test_vimscript_interpreter.lua \
# screenshot tests are brittle, as they are meant to be run against very
# specific Neovim/ripgrep/ast-grep versions.
tests/screenshot/*
# Dependencies needed in special location
mkdir -p deps/{ripgrep,astgrep}