python312Packages.telfhash: drop nose dependency
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user