pythonPackage.trezor_agent: Disable tests
This commit is contained in:
parent
4ef830f221
commit
07d506d272
@ -24,6 +24,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ setuptools trezor libagent ecdsa ed25519 mnemonic keepkey semver wheel pinentry ];
|
propagatedBuildInputs = [ setuptools trezor libagent ecdsa ed25519 mnemonic keepkey semver wheel pinentry ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "libagent" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Using Trezor as hardware SSH agent";
|
description = "Using Trezor as hardware SSH agent";
|
||||||
homepage = "https://github.com/romanz/trezor-agent";
|
homepage = "https://github.com/romanz/trezor-agent";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user