Unverified Commit 84b616cc authored by natsukium's avatar natsukium
Browse files

python311Packages.bip-utils: enable tests

parent bd116dc0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
, py-sr25519-bindings
, cbor2
, pycryptodome
, pytestCheckHook
}:

buildPythonPackage rec {
@@ -42,6 +43,10 @@ buildPythonPackage rec {
    pycryptodome
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];

  pythonImportsCheck = [
    "bip_utils"
  ];