From 3336a7b8acb5bca93912d6f602278c10e4fb6623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 18 Mar 2018 09:02:55 +0000 Subject: [PATCH] python.pkgs.pushover: there are no tests --- pkgs/development/python-modules/pushover/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pushover/default.nix b/pkgs/development/python-modules/pushover/default.nix index 11596716a66..e9c5d938101 100644 --- a/pkgs/development/python-modules/pushover/default.nix +++ b/pkgs/development/python-modules/pushover/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ requests ]; - # checks crash + # there are no tests doCheck = false; meta = with stdenv.lib; {