python3Packages.tls-parser: add imports check
This commit is contained in:
parent
7e1c185f7b
commit
33886abdfe
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "tls_parser" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/nabla-c0d3/tls_parser";
|
||||
description = "Small library to parse TLS records";
|
||||
|
Loading…
Reference in New Issue
Block a user