llm.tests: fix the eval (#479832)

This commit is contained in:
zowoq
2026-01-13 22:26:18 +00:00
committed by GitHub
@@ -259,7 +259,7 @@ let
};
# include tests for all the plugins
tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests) withPluginsArgNames);
tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests or { }) withPluginsArgNames);
};
meta = {