Unverified Commit 6e36994b authored by Tom Hunze's avatar Tom Hunze
Browse files

python3Packages.tracerite: enable tests

parent 613a7dc8
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@
  hatch-vcs,
  html5tagger,
  python,
  pytestCheckHook,
  beautifulsoup4,
  torch,
}:

buildPythonPackage rec {
@@ -33,8 +36,11 @@ buildPythonPackage rec {
    cp tracerite/style.css $out/${python.sitePackages}/tracerite
  '';

  # no tests
  doCheck = false;
  nativeCheckInputs = [
    pytestCheckHook
    beautifulsoup4
    torch
  ];

  pythonImportsCheck = [ "tracerite" ];