pythonPackages.keepkey_agent: Disable tests
This commit is contained in:
parent
6cbea2d0ee
commit
4ef830f221
@ -20,6 +20,9 @@ buildPythonPackage rec {
|
|||||||
keepkey libagent setuptools wheel
|
keepkey libagent setuptools wheel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsChecks = [ "keepkey_agent" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Using KeepKey as hardware-based SSH/PGP agent";
|
description = "Using KeepKey as hardware-based SSH/PGP agent";
|
||||||
homepage = "https://github.com/romanz/trezor-agent";
|
homepage = "https://github.com/romanz/trezor-agent";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user