Commit ea3b1344 authored by Sigmanificient's avatar Sigmanificient
Browse files

python312Packages.telfhash: drop nose dependency

parent 4a1ceb0d
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  packaging,
  pyelftools,
  tlsh,
  nose,
}:
buildPythonPackage rec {
  pname = "telfhash";
@@ -34,11 +33,7 @@ buildPythonPackage rec {
    packaging
  ];

  nativeCheckInputs = [ nose ];

  checkPhase = ''
    nosetests
  '';
  doCheck = false; # no tests

  pythonImportsCheck = [ "telfhash" ];