Loading pkgs/development/python-modules/huggingface-hub/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -36,6 +36,9 @@ graphviz, # tensorflow-testing keras, # tests versionCheckHook, }: buildPythonPackage rec { Loading Loading @@ -100,8 +103,10 @@ buildPythonPackage rec { ]; }; # Tests require network access. doCheck = false; nativeCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "version"; pythonImportsCheck = [ "huggingface_hub" ]; Loading Loading
pkgs/development/python-modules/huggingface-hub/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -36,6 +36,9 @@ graphviz, # tensorflow-testing keras, # tests versionCheckHook, }: buildPythonPackage rec { Loading Loading @@ -100,8 +103,10 @@ buildPythonPackage rec { ]; }; # Tests require network access. doCheck = false; nativeCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "version"; pythonImportsCheck = [ "huggingface_hub" ]; Loading