mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
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";
|
||||
};
|
||||
|
||||
# Unreliable timing: https://github.com/danielperna84/pyhomematic/issues/126
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python 3 Interface to interact with Homematic devices";
|
||||
homepage = https://github.com/danielperna84/pyhomematic;
|
||||
|
|
Loading…
Reference in a new issue