pythonPackages.keepkey_agent: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-04 02:41:26 +01:00
parent 6cbea2d0ee
commit 4ef830f221

View File

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