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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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