llm.tests: fix the eval (#479832)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user