python311Packages.bip-utils: enable tests
This commit is contained in:
parent
bd116dc049
commit
84b616cc99
@ -10,6 +10,7 @@
|
||||
, py-sr25519-bindings
|
||||
, cbor2
|
||||
, pycryptodome
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -42,6 +43,10 @@ buildPythonPackage rec {
|
||||
pycryptodome
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"bip_utils"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user