tests/modules/performance/combine-plugins: use shared stub plugins

This commit replaces stub plugins with the shared ones from utils
module.
This also removes separate tests for checking python and lua
dependencies. This is now tested in the 'default' test thanks to
`pluginChecks` code.
This commit is contained in:
Stanislav Asunkin 2025-05-11 18:34:41 +03:00
parent a49b270861
commit 4c23fb2738
2 changed files with 133 additions and 270 deletions

View file

@ -58,6 +58,7 @@ let
prev:
{
inherit name;
pname = name;
buildCommand = ''
${prev.buildCommand}
# Activate vimGenDocHook for doc checks to pass