pythonPackages.ledger_agent: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-06 10:12:00 +01:00
parent 75eb14b8d0
commit d17c10edac
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ buildPythonPackage rec {
ledgerblue libagent setuptools wheel
];
# no tests
doCheck = false;
meta = with stdenv.lib; {
description = "Using Ledger as hardware-based SSH/PGP agent";
homepage = "https://github.com/romanz/trezor-agent";