pythonPackages.pyhomematic: disable tests because of unreliable timimg
This commit is contained in:
parent
14ed0f5fe0
commit
97e54c4f75
@ -14,6 +14,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1g181x2mrhxcaswr6vi2m7if97wv4rf2g2pny60334sciga8njfz";
|
sha256 = "1g181x2mrhxcaswr6vi2m7if97wv4rf2g2pny60334sciga8njfz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Unreliable timing: https://github.com/danielperna84/pyhomematic/issues/126
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python 3 Interface to interact with Homematic devices";
|
description = "Python 3 Interface to interact with Homematic devices";
|
||||||
homepage = https://github.com/danielperna84/pyhomematic;
|
homepage = https://github.com/danielperna84/pyhomematic;
|
||||||
|
Loading…
Reference in New Issue
Block a user