pythonPackage.trezor_agent: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-04 02:44:04 +01:00
parent 4ef830f221
commit 07d506d272

View File

@@ -24,6 +24,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ setuptools trezor libagent ecdsa ed25519 mnemonic keepkey semver wheel pinentry ];
doCheck = false;
pythonImportsCheck = [ "libagent" ];
meta = with stdenv.lib; {
description = "Using Trezor as hardware SSH agent";
homepage = "https://github.com/romanz/trezor-agent";