Loading pkgs/development/python-modules/tracerite/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ hatch-vcs, html5tagger, python, pytestCheckHook, beautifulsoup4, torch, }: buildPythonPackage rec { Loading Loading @@ -33,8 +36,11 @@ buildPythonPackage rec { cp tracerite/style.css $out/${python.sitePackages}/tracerite ''; # no tests doCheck = false; nativeCheckInputs = [ pytestCheckHook beautifulsoup4 torch ]; pythonImportsCheck = [ "tracerite" ]; Loading Loading
pkgs/development/python-modules/tracerite/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ hatch-vcs, html5tagger, python, pytestCheckHook, beautifulsoup4, torch, }: buildPythonPackage rec { Loading Loading @@ -33,8 +36,11 @@ buildPythonPackage rec { cp tracerite/style.css $out/${python.sitePackages}/tracerite ''; # no tests doCheck = false; nativeCheckInputs = [ pytestCheckHook beautifulsoup4 torch ]; pythonImportsCheck = [ "tracerite" ]; Loading