python311Packages.bip-utils: enable tests

This commit is contained in:
natsukium 2023-10-12 10:15:10 +09:00
parent bd116dc049
commit 84b616cc99
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -10,6 +10,7 @@
, py-sr25519-bindings
, cbor2
, pycryptodome
, pytestCheckHook
}:
buildPythonPackage rec {
@ -42,6 +43,10 @@ buildPythonPackage rec {
pycryptodome
];
nativeCheckInputs = [
pytestCheckHook
];
pythonImportsCheck = [
"bip_utils"
];