pythonPackages.ledger_agent: Disable tests
This commit is contained in:
parent
75eb14b8d0
commit
d17c10edac
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue