python.pkgs.pushover: there are no tests

This commit is contained in:
Jörg Thalheim 2018-03-18 09:02:55 +00:00
parent e1080b0d43
commit 3336a7b8ac

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests ];
# checks crash
# there are no tests
doCheck = false;
meta = with stdenv.lib; {