python312Packages.telfhash: drop nose dependency

This commit is contained in:
Sigmanificient
2024-07-25 23:11:18 +02:00
parent 4a1ceb0d8c
commit ea3b1344d0
@@ -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" ];