Unverified Commit d4dcdb99 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

llm.tests: fix the eval (#479832)

parents 1d327583 c1d7da14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {