python3Packages.btchip: add pythonImportsCheck

wip/yesman
Martin Weinelt 3 years ago
parent de5a0c6916
commit 30452cb987
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 2
      pkgs/development/python-modules/btchip/default.nix

@ -14,6 +14,8 @@ buildPythonPackage rec {
# tests requires hardware
doCheck = false;
pythonImportsCheck = [ "btchip.btchip" ];
meta = with lib; {
description = "Python communication library for Ledger Hardware Wallet products";
homepage = "https://github.com/LedgerHQ/btchip-python";

Loading…
Cancel
Save