python3Packages.btchip: add pythonImportsCheck

This commit is contained in:
Martin Weinelt 2021-02-11 04:04:37 +01:00
parent de5a0c6916
commit 30452cb987
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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";