Loading pkgs/development/python-modules/llm/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,9 @@ let mkPluginTest = plugin: { ${plugin.pname} = callPackage ./mk-plugin-test.nix { inherit llm plugin; }; }; # include tests for all the plugins tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests) withPluginsArgNames); }; meta = { Loading Loading
pkgs/development/python-modules/llm/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,9 @@ let mkPluginTest = plugin: { ${plugin.pname} = callPackage ./mk-plugin-test.nix { inherit llm plugin; }; }; # include tests for all the plugins tests = lib.mergeAttrsList (map (name: python.pkgs.${name}.tests) withPluginsArgNames); }; meta = { Loading