summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyhomematic
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-03-18 12:55:27 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-03-18 12:55:27 +0100
commit97e54c4f758c3032c9da94cdca45981127a042f6 (patch)
treef2117eba2f081070c587f0df41733fcc29cc04c3 /pkgs/development/python-modules/pyhomematic
parent14ed0f5fe0953c990d080abb97611bd0bf8cabf7 (diff)
downloadnixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.tar
nixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.tar.gz
nixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.tar.bz2
nixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.tar.lz
nixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.tar.xz
nixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.tar.zst
nixpkgs-97e54c4f758c3032c9da94cdca45981127a042f6.zip
pythonPackages.pyhomematic: disable tests because of unreliable timimg
Diffstat (limited to 'pkgs/development/python-modules/pyhomematic')
-rw-r--r--pkgs/development/python-modules/pyhomematic/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyhomematic/default.nix b/pkgs/development/python-modules/pyhomematic/default.nix
index 1191b09ec38..be6fb7c8bb6 100644
--- a/pkgs/development/python-modules/pyhomematic/default.nix
+++ b/pkgs/development/python-modules/pyhomematic/default.nix
@@ -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;